Enum InputHints
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration that defines the types of Input Hints.
C#Copypublic enum InputHints
| Name | Description |
|---|---|
| AutoComplete | Suggest word auto-completion. |
| None | No active hints. |
| SensitiveData | The typed text should not be stored. |