Sha256: ef86f0e6045616101d78b0141d413178338f1fa07445ad155cce51957cc7550b
Contents?: true
Size: 946 Bytes
Versions: 1304
Compression:
Stored size: 946 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **title** | `String` | Adds a title | `nil` | | | **placeholder** | `String` | Adds placeholder text | `""` | | | **error** | `(Bool, String)` | Changes the style of the Text Input | `nil` | | | **style** | `Style` | Changes the style of the Text Input | `.default` | `.default` `.rightIcon` `.leftIcon` `.inline` `.disabled` | | **onChange** | `Bool` | Adds an event handler | `nil` | | | **keyboardType** | `UIKeyboardType` | Speficies the keyboard type (ios only) | `.default` | | | **text** | `String` | Sets the Text Input's text value | | | | **selected** | `Bool` | Changes the style of the Text Input | | `true` `false` | | **isHovering** | `Bool` | Changes the style of the Text Input | `false` | `true` `false` | | **isIconHovering** | `Bool` | Changes the style of the Text Input | `false` | `true` `false` |
Version data entries
1,304 entries across 1,304 versions & 2 rubygems