Bucket description input validation
Since the <textarea>
tag doesn't support the minlength
or pattern
attribute, the data validation has to be done in JavaScript and the appropriate pseudo classes :valid
and :invalid
have to be applied.
Since the <textarea>
tag doesn't support the minlength
or pattern
attribute, the data validation has to be done in JavaScript and the appropriate pseudo classes :valid
and :invalid
have to be applied.
added bug label
assigned to @daniel.goebel
By Daniel Göbel on 2022-07-28T09:33:42 (imported from GitLab)
changed the description
By Daniel Göbel on 2022-07-28T09:34:10 (imported from GitLab)
bugfix/7-bucket-description-input-validation
to address this issue created branch bugfix/7-bucket-description-input-validation
to address this issue
By Daniel Göbel on 2022-11-18T14:22:30 (imported from GitLab)
mentioned in merge request !20 (merged)
By Daniel Göbel on 2022-11-18T14:23:43 (imported from GitLab)
mentioned in commit 4f013fc5
By Daniel Göbel on 2022-11-18T14:26:02 (imported from GitLab)
mentioned in commit 9b15e44b
By Daniel Göbel on 2022-11-18T14:28:52 (imported from GitLab)
closed
changed milestone to %Version 1.0.0