palaviajeros / palaviajeros-ui

https://palaviajeros.netlify.app/
0 stars 0 forks source link

Restyle get a quote form to handle flexible packages with no dates #56

Closed jeandreidc closed 1 month ago

jeandreidc commented 1 month ago

UI Changes

JSON + model Changes

jeandreidc commented 1 month ago

@LeaHaelin Updated the json file and the model with isFlexible field. See PR #72

LeaHaelin commented 1 month ago

isFlexible === true Image Image

isFlexible === false Image

jeandreidc commented 1 month ago

Hello @LeaHaelin you can use the validation I used for the form using useForm. It's a mantine feature so you could read the docs in mantine

LeaHaelin commented 1 month ago
LeaHaelin commented 1 month ago