Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

[Form Validation] If length is deprecated, remove from docs

Open pzanitti opened this issue 7 years ago • 1 comments

Expected Result

All instances of length in the docs should have been renamed to minLength.

Actual Result

Validation Rules no longer mention length as a rule. No examples use length. https://semantic-ui.com/behaviors/form.html#validation-rules https://semantic-ui.com/behaviors/form.html#/examples

length is still a possible validation rule when configuring the prompts: https://semantic-ui.com/behaviors/form.html#form-prompts

pzanitti avatar Oct 29 '18 19:10 pzanitti

The community fork Fomantic-UI removed the deprecated length rule by https://github.com/fomantic/Fomantic-UI/pull/2087 and the remaining form prompt setting in the docs by https://github.com/fomantic/Fomantic-UI-Docs/pull/307

lubber-de avatar Aug 25 '21 17:08 lubber-de