mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Add missing accessibility in common textedit
This commit is contained in:
parent
1a57e9fc7a
commit
7ab5d7f5a1
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ export component TextEdit inherits ScrollView {
|
||||||
in property <length> font-size <=> i-text-input.font-size;
|
in property <length> font-size <=> i-text-input.font-size;
|
||||||
in-out property <string> text <=> i-text-input.text;
|
in-out property <string> text <=> i-text-input.text;
|
||||||
|
|
||||||
|
accessible-role: AccessibleRole.text-input;
|
||||||
|
accessible-value <=> text;
|
||||||
|
|
||||||
callback edited(/* text */ string);
|
callback edited(/* text */ string);
|
||||||
|
|
||||||
public function set-selection-offsets(start: int, end: int) {
|
public function set-selection-offsets(start: int, end: int) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue