Compare commits

...

1 Commits

Author SHA1 Message Date
Géry Debongnie
95d91bad36 [IMP] developer: add description of disabled prop to Dropdown
This prop has been implemented in pr https://github.com/odoo/odoo/pull/115201/files
2023-03-14 16:02:05 +01:00

View File

@@ -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)