Icon picker will not allow bold set to be selected

Component is TextInput.
Icon is the Prefix icon.

Prefix icon is in an expression like this:

{{ (search_string_semantic.value.length > search_keyword_threshold.value) ? "/icon:line/interface-alert-warning-triangle" : "/icon:line/interface-help-question-circle" }}

When I click on an icon I can use the popup picker to change it. But the menu that normally offers Line and Bold options only display Line. Opening the menu shows that Line is the only option.

Is this a bug or "by design"?

Note: bypassing the popup icon picker and editing the text:

"/icon:bold/interface-alert-warning-triangle"

did work. So the problem is just with the popup picker.

1 Like

Hey @Roland_Alden :slight_smile: thanks for flagging this. I was able to reproduce this and it indeed seems like a bug!

You are correct that editing the text or typing out "Bold" instead of "Line" on the text or popup allows you to switch between styles, but the dropdown is not rendered correctly. I have shared this with our team so we can deploy a fix soon.