enter
Provides specialized input fields for collecting different types of user data. Contains form elements optimized for specific data types like dates, emails, phone numbers, and names. Includes helpful features like input validation, help text, and appropriate keyboard types for mobile devices to enhance user experience during data entry.
Area: 👆 User Interaction
Available Actions
This set contains 11 actions:
- enter-date - enter date field
- enter-email - enter email field
- enter-family-name - enter family-name field
- enter-fullname - enter fullname field
- enter-given-name - enter given-name field
- enter-helptext - adds help text below an .enter-xxxx element
- enter-number - enter number field
- enter-password - enter password field
- enter-phone - enter phone field
- enter-text - text input for a single line of text
- enter-time - enter time field
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
enter-date "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Capturing user input
- Handling clicks and gestures
- Building forms and surveys