Text Entry Component (Apps)

Edit a short piece of text

The Text Entry component allows users of your app to add or edit text.

Configuration

There are two areas that we can configure in our Text Entry component, Data, and Design

Data

Under Data the first thing we have to do is connect the component to the correct Column in our database. We can also give a Max Length and a Min Length. This will limit the number of characters a user can input.

Design

Here we can add a Title and a Placeholder to our component. This can help your users identify what the component is for. Both the Title and Placeholder can be custom data or data from a column in our database.

Under Design, we can also select the Size of our component, we can choose from Normal, Medium, or Large.

Last updated