Jump to content

Recommended Posts

Posted
12 hours ago, Alr1976 said:

Why,nobody answer me?

 

On 4/30/2025 at 8:08 PM, Sherzod said:

Hello, 

Yes, I understand your concern. However, at the moment the component doesn't fully support embedded icons in the true sense.
You can inject images or icons into the dropdown list using itemTpl, but the input field itself doesn’t support HTML rendering — so icons won’t appear once an item is selected.

It might be worth reconsidering your design approach — perhaps displaying the icon elsewhere...

 

On 4/30/2025 at 8:42 PM, Sherzod said:

This needs further investigation.

 

Posted
35 minutes ago, Alr1976 said:

I Need to know if unimdbgrid support multi select

Sorry, in such cases it would be preferable to start a new thread.

  • 6 months later...
Posted
On 4/29/2025 at 11:24 AM, Alr1976 said:

Hi!

 

Someone can help me to add Image on TunimCombobox?(Not TuniCombobox)

 

Br,Alessandro

Hey, @Sherzod Did you found the solution for this ? I did it on desktop, but i want to do the same in mobile version.

image.png.c8c76d249a6fae59f0dc772bf6ac9300.png

Posted
On 12/3/2025 at 12:27 PM, PS1 said:

but i want to do the same in mobile version.

Hello,

If you are targeting mobile, just use Emoji flags (🇵🇱 🇬🇧).
UnimComboBox fully supports them, they display both in the dropdown list and in the input field...

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimComboBox1.Items.Clear;
  UnimComboBox1.Items.Add('🇵🇱 Polski');
  UnimComboBox1.Items.Add('🇬🇧 English');
  UnimComboBox1.ItemIndex := 0;
end;

image.thumb.png.6664a866fd5c9a5defa9012cbf3c70e9.png

  • Thanks 2
×
×
  • Create New...