InputMethodHints
from slint.language import InputMethodHintspython
This structure holds the hints that a TextInput gives to the platform’s input method
(e.g. a soft keyboard) about the expected input.
The input method may take these hints into account, but might also ignore them.
Properties
Section titled “Properties”capitalization
Section titled “capitalization”capitalization: CapitalizationModeThe auto-capitalization behavior that the input method should apply. Defaults to sentences.
auto_correct
Section titled “auto_correct”auto_correct: boolHint that the input method may automatically correct spelling mistakes as the user types. Defaults to true.
auto_complete
Section titled “auto_complete”auto_complete: boolHint that the input method may offer auto-completion suggestions for the entered text. Defaults to true.
© 2026 SixtyFPS GmbH