shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 35 forks source link

how do you use re-formality within a table? #74

Closed vasco3 closed 4 years ago

vasco3 commented 4 years ago

I have some tables that have editable cells. html tables don't accept nested

. how do you recommend handling this case with re-formality?

alex35mil commented 4 years ago

Probably, one of these suggestions might work for you: https://stackoverflow.com/questions/5967564/form-inside-a-table

vasco3 commented 4 years ago

that helps, thanks