Relative Content

Tag Archive for semantic-uifomantic-ui

Semantic UI / Fomantic UI form validation – form trying to validate removed fields

I have a form where I add and delete fields dynamically. From the docs (https://fomantic-ui.com/behaviors/form.html#/settings), I should use “remove field(field)” to “Remove all validation for a field”. However, after I use that on a field of the form, when I use “validate form” to validate the form, I get a lot of the same error in the console saying that “Form: Field identifier not found”. Here’s some code for example.