- 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>