[IMP] web: add tooltip on Dropdown

This commit adds the possibility to add a tooltip on a Dropdown.

closes odoo/documentation#1396

Signed-off-by: FrancoisGe <fge@odoo.com>
This commit is contained in:
FrancoisGe 2021-12-10 10:47:18 +00:00
parent 888fbb5c50
commit 4335271352

View File

@ -268,6 +268,9 @@ being present in the DOM or not.
* - ``hotkey``
- string
- hotkey to toggle the opening through keyboard
* - ``tooltip``
- string
- add a tooltip on the toggler
* - ``beforeOpen``
- function
- hook to execute logic just before opening. May be asynchronous.