Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable Textarea Size in JSON Schema #2734

Open
tonygrimstad opened this issue Nov 20, 2024 · 0 comments
Open

Customizable Textarea Size in JSON Schema #2734

tonygrimstad opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@tonygrimstad
Copy link

Description

We would like to request the ability to define custom sizes for the Textarea field type in JSON schema. This feature would allow developers to specify the expected size of the input area, specially height, directly in the JSON configuration. The goal is to improve the user experience by visually indicating the expected amount of input text. For example, a larger textarea would signal to the user that they are expected to write a more detailed response.

Use Case:
When creating forms, certain fields may require long responses, such as feedback forms, comment sections, or descriptions.
A small default textarea can be misleading, causing users to feel constrained or unsure about the level of detail they should provide.
By enabling customization, developers can better guide the end user and enhance the overall usability of forms.

Additional Notes: If implemented, this feature should gracefully fall back to default dimensions when no custom size is provided, ensuring backward compatibility with existing JSON schemas.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant