jquense / yup

Dead simple Object schema validation
MIT License
22.7k stars 925 forks source link

How to generate input controls like textarea, checkbox for vuejs3 ? #1111

Closed sergeynilov closed 3 years ago

sergeynilov commented 3 years ago

Hello, If there is a way with jquense/yup/issues for vuejs3 to generate input controls like textarea, checkbox, radio selection, dropdown (multi) selection ?

If yes, please give refes to such examples...

    "vue": "^3.0.0",
    "yup": "^0.29.3"

Thanks!

jquense commented 3 years ago

yup is a schema library, not a form generation one. If you want to turn schema into forms, that is up you to figure out