Improvement notes to the documentation #35
Replies: 1 comment 1 reply
-
Thanks @yamilelias! 😊 I really appreciate the feedback! FilesThis probably an area we can improve on. To be honest I have not thought of this use case at all yet. ValidationThe validation seems to work for me thought. Something I'm missing here? Being part of
|
Beta Was this translation helpful? Give feedback.
-
Hey! I love the work that you have done with
react-zorm
. Also, we are actively using it in a production-ready product. In another discussion, you said that you want to "keep it simple". I'm down for that. Even React Native maintainers thought the same after adding too much to the library lol.However, there are some scenarios in which some need specific details on usage (that are not found elsewhere). For example, on our team, we have two scenarios that we want to achieve using
react-zorm
:1 Use an image input validation: It never gets the image validated and it is not part of
event.data
. Also, it triggers a typescript error. You can find a codesandbox with the example2. Add
initialValues
to the form: For example, when you are in an Edit User Form. I feel this is a common scenario that is not documented and can be of great value for the users in this repoLet me know what you think. Maybe I'm the one that is not doing things right and I'm missing some things on the documentation. Also, if you need help, I volunteer to help you improve it if you want.
Beta Was this translation helpful? Give feedback.
All reactions