fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.52k stars 329 forks source link

[Dropdown] dropdown with multiple selection search clearable class not showing cursor #3050

Open ghabriel25 opened 2 months ago

ghabriel25 commented 2 months ago

Bug Report

Dropdown with .multiple.selection.search.clearable class not showing cursor after .error class added to .field class

Steps to reproduce

  1. Create a dropdown with class="ui floating search multiple selection clearable dropdown"
  2. Added .error class to .field class after validation failed from backend
  3. Optional for step 2: just add .error class after .field class within the browser's inspect

Expected result

Show cursor to .multiple.selection.search.clearable dropdown if .error class exists on .field class

Actual result

Cursor not showing

Testcase

https://jsfiddle.net/xuqk09h5/

Screenshot (if possible)

Untitled

Version

2.9.3

ghabriel25 commented 2 months ago

@lubber-de I think its because .multiple class, every dropdown without .multiple class is normal

lubber-de commented 2 months ago

Fixed by #3051 See your adjusted jsfiddle here https://jsfiddle.net/lubber/omg7v1aj/41/