An advanced textarea control for Power Apps that support submitting text by pressing the Enter key.
- Submit text by pressing Enter
- Customizable font family, font size, border radius, and padding
- Resizable textarea container
- Easy integration with Power Apps
- Download the latest solution package.
- Import the solution package to your Power Apps environment.
- Add the Enhanced Textarea control to your canvas or model-driven app.
- Add the Enhanced Textarea control to your Power Apps form or canvas.
- Bind the
Value
property to the desired field in your data source (if required). - Configure the appearance of the textarea by setting the
Font Family
,Font Size
,Border Radius
, andPadding
properties. - Use the
onChange
action to trigger actions when the Enter key is pressed, by checking if Self.EventStatus = "EnterPressed". - Use the
InputEvent
property to Clear the value of the control. PassClearValue
&Text(Rand())
(to pass new value) to clear the control.
InputEvent
currently accepts three events:
- ClearValue
- SetFocus
- RemoveFocus
Pass the name of the event (or stack them) & Text(Rand())
and it will be executed.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.