mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_numeric_step: option to add classes
New option so we can add new classes to the input or remove existing ones so we can style the input at our will. TT49390
This commit is contained in:
@@ -22,6 +22,8 @@ Example for an 0.25 step, min to -1 and max to 10 :
|
||||
- max > Max. value allowed (default: no limit)
|
||||
- auto_select > Select the content when the element get focus (default: False)
|
||||
- placeholder > Define the placeholder text (default: None)
|
||||
- add_class > Define additional classes for the input (default: None)
|
||||
- remove_class > Remove default classes from the input (default: None)
|
||||
|
||||
**Examples**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user