[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:
Géry Debongnie 2023-03-14 14:59:09 +00:00
parent 2c45872c57
commit f6ce2b9904

View File

@ -495,6 +495,9 @@ being present in the DOM or not.
* - `manualOnly` * - `manualOnly`
- boolean - boolean
- if true, only toggle the dropdown when the button is clicked on (defaults to `false`) - 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` * - `title`
- string - string
- title attribute content for the `<button class="dropdown-toggle"/>` (default: none) - title attribute content for the `<button class="dropdown-toggle"/>` (default: none)