You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redbeard supplies faker properties for all fields in /schema and currently we don't need that when dynamically generating form inputs from the schema.
But perhaps we could use the faker property for inputs to then add a small "random" icon or similar for the input so you can quickly fill the fields with something relevant (other than "asdf" which I do all the time..) that will pass any validation correctly. I see this especially being useful for UUIDs, and any other fields that have a pattern property.
The text was updated successfully, but these errors were encountered:
redbeard
suppliesfaker
properties for all fields in/schema
and currently we don't need that when dynamically generating form inputs from the schema.But perhaps we could use the
faker
property for inputs to then add a small "random" icon or similar for the input so you can quickly fill the fields with something relevant (other than "asdf" which I do all the time..) that will pass any validation correctly. I see this especially being useful for UUIDs, and any other fields that have apattern
property.The text was updated successfully, but these errors were encountered: