Fomantic-UI
Fomantic-UI copied to clipboard
[form] `'on': 'blur'` does not clear dropdown field error
Bug Report
Steps to reproduce
- open https://jsfiddle.net/4jvtch20/
- click "Save" - an error is added to each field (expected/correct)
- click "Email" field input, once you focus out of the field, the error for this field is removed
- click "Dropdown" field input, no click in/out or value change does remove the field error
Expected result
With 'on': 'blur' I would expect consistent behaviour, ie. error similarly removed for dropdown as for standard input.
Version
2.9.2 / latest
@lubber-de shouldn't the dropdown emit blur event as other fields normally does?
@lubber-de shouldn't the dropdown emit
blurevent as other fields normally does?
Given your example, the dropdown does not have a validation rule set. And it also does not have a native (non-hidden, non-search) input field to be validated automatically. Thats, why the validator does completely ignore blurring the dropdown.
I'll try to fetch this situation