mirror of
https://github.com/directus/directus.git
synced 2026-01-29 02:17:59 -05:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# Other
|
|
|
|
> Interfaces are how users interact with fields on the Item Detail page. These are the standard Other interfaces.
|
|
|
|
## Hash
|
|
|
|

|
|
|
|

|
|
|
|
Text input that allows users to hash the value on save. Both the API and SDK provide methods to
|
|
[verify the hash](https://docs.directus.io/reference/system/utilities.html#verify-a-hash).
|
|
|
|
- **Types**: `Hash`
|
|
- **Placeholder**: Placeholder to display.
|
|
- **Masked**: Hide the true values on input before save.
|
|
|
|
## Slider
|
|
|
|

|
|
|
|
Range input that allows users to select a number with an interactive slider.
|
|
|
|
- **Types**: `Integer`, `Decimal`, `Big Integer`, `Float`
|
|
- **Minimum Value**: Minimum value that can be set by the user.
|
|
- **Maximum Value**: Maximum value that can be set by the user.
|
|
- **Step Interval**: Specify the size of each increment (or step) of the slider control.
|
|
- **Always show value**: Always display the numeric value to the user.
|