Closed benfurber closed 1 month ago
Hey @benfurber, this could be my first issue where I think I have a working idea already - just need finetune the styling of the error-message. Do you need to assign me? Best wishes
That's great, thanks @simontree - it's yours!
Hi @benfurber I would take up this issue if it is still open
Thanks @V24039. Please do!
@benfurber thank you for assigning it to will try to complete it ASAP
@benfurber After analysis I think the validations can added only at the page level (validation for each page which uses the tags), because the tag is developed as a custom component like text field so adding validation at the component will not restrict the user to submit. Will be waiting for your analysis and reply to move forward
Describe the bug Research, how-tos and questions all use the
TagsSelectField
component which says only four tags should be allowed...but, eeerrr, it doesn't actually limit it to fourExpected behaviour Using
react-final-form
's validation behaviour and the existing error handling approaches, please fix this!