opnform-host-nginx/client/components/open/forms/fields
Chirag Chhatrala 705bff439e
Enhance FieldOptions Component with Conditional Placeholder Input (#773)
- Added a conditional rendering for a `text-area-input` for placeholder text when the field type is 'text' and supports multiple lines, improving user experience in form customization.
- Updated the existing `text-input` to use `v-else-if` for better logical flow in rendering based on the presence of a placeholder.

These changes aim to enhance the flexibility of the FieldOptions component by providing users with more options for input placeholders.

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-06-05 17:38:58 +02:00
..
components Enhance FieldOptions Component with Conditional Placeholder Input (#773) 2025-06-05 17:38:58 +02:00
FormFieldEdit.vue Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00