atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

Dropdown "iconLeft" is not visible #2112

Open mkrecek234 opened 10 months ago

mkrecek234 commented 10 months ago

... and neither in Lookup nor Dropdown class.

repro: https://github.com/atk4/ui/blob/1d6804feac/demos/form-control/lookup.php#L75

which is supposed to show the tags icon on the left, but ~only shows blank space.~ see below, it is covered by non-transpared lookup input control.

mvorisek commented 10 months ago

image

the "iconLeft" is rendered, but the lookup has non-transparent background (in the screenshot I set the opacity manually)

isn't this a FUI issue or do we use it somehow wrongly?