mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Add the accessible-placeholder-text
property (#5464)
This commit is contained in:
parent
bd18d8dc0a
commit
ce2db77e88
19 changed files with 48 additions and 11 deletions
|
@ -73,6 +73,7 @@ Use the following `accessible-` properties to make your items interact well with
|
|||
- **`accessible-value-minimum`** (_in_ _float_): The minimum value of the item.
|
||||
- **`accessible-value-step`** (_in_ _float_) The smallest increment or decrement by which the current value can change. This corresponds to the step by which a handle on a slider can be dragged.
|
||||
- **`accessible-value`** (_in_ _string_): The current value of the item.
|
||||
- **`accessible-placeholder-text`** (_in_ _string_): A placeholder text to use when the item's value is empty. Applies to text elements.
|
||||
|
||||
You can also use the following callbacks that are going to be called by the accessibility framework:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue