[IMP] developer: add description of disabled
prop to Dropdown
This prop has been implemented in pr https://github.com/odoo/odoo/pull/115201/files closes odoo/documentation#3828 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
2c45872c57
commit
f6ce2b9904
@ -495,6 +495,9 @@ being present in the DOM or not.
|
||||
* - `manualOnly`
|
||||
- boolean
|
||||
- if true, only toggle the dropdown when the button is clicked on (defaults to `false`)
|
||||
* - `disabled`
|
||||
- boolean
|
||||
- disable (if true) the dropdown button (defaults to `false`)
|
||||
* - `title`
|
||||
- string
|
||||
- title attribute content for the `<button class="dropdown-toggle"/>` (default: none)
|
||||
|
Loading…
Reference in New Issue
Block a user