Searched text input widget app
Found 6 results
1 messages · Page 1 of 1 (latest)
Yes, it is possible. When building an app, you can use front components to build custom React UI that renders inside Twenty's interface. This includes the ability to use the TextInput component from Twenty's UI library.
The TextInput component allows users to enter and edit text. You can use it within your app's front components to add text input fields to your custom widgets or UI panels.
For building front components in an app, you define custom React components that render inside Twenty's UI. These components have access to Twenty's built-in UI elements, including input components like TextInput.
These pages should help you get started: