Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ string_property_methods! {
/// modifiers(s), that will perform this node's default action.
/// The value of this property should be in a human-friendly format.
(KeyboardShortcut, keyboard_shortcut, set_keyboard_shortcut, clear_keyboard_shortcut),
/// An [IETF language tag](https://www.rfc-editor.org/info/bcp47).
/// Only present when different from parent.
(Language, language, set_language, clear_language),
/// If a text input has placeholder text, it should be exposed
Expand Down