Required is quite simple now and has some failure modes as a consequence. For example checkboxes can't have required because they are seen as independent inputs (so all are required) e.g., #106, and we have no way to enter nuanced validations such as a number between 1 and 10.
This requires us to make a plan around how to deal with some popular and edge cases for required, and at least the following:
This is done when all steps above are complete and all other tests pass.
Required is quite simple now and has some failure modes as a consequence. For example checkboxes can't have required because they are seen as independent inputs (so all are required) e.g., #106, and we have no way to enter nuanced validations such as a number between 1 and 10.
This requires us to make a plan around how to deal with some popular and edge cases for required, and at least the following:
This is done when all steps above are complete and all other tests pass.