Bug Report
Steps to reproduce
- open https://jsfiddle.net/01y3cf9z/
- select some country
- notice there is no clearable icon even if the dropdown was initialized with
$('#dd_id').dropdown({ 'clearable': true })
- notice when
$('#form_id').form() is removed, the clearable icon is present with exactly the same steps as described above!
Expected result
$('#dd_id').dropdown({ 'clearable': true }) must imply clearable icon always present
Actual result
clearable icon is not present when form is initialized with Fomantic-UI JS
Screenshot (if possible)

Version
2.9.2 / latest