Dalibor Homola

Results 6 comments of Dalibor Homola

Personally I agree, that selected options should not be bold, but the primary color (mainly for the reasons written by @joserodolfofreitas). Sort ASC/DESC should be clear to all users who...

> Hello, You got any solution? Nope, I tried but expressions are hard 😂

> @jitendra-binateit @stamahto > > No up to now, there is solution from my side. Can you provide some link to that solution please?

> @wrkntwrkn and @stvwndr helped lead me to the workaround that I'm using: > > ``` > builder.Services.Configure(options => > { > options.SerializerOptions.Converters.Add(new System.Text.Json.Serialization.JsonStringEnumConverter()); > }); > builder.Services.Configure(options => >...

Would be great to have auto-height header adjustment if text overflows actual width. I would appreciate it in v6 #3287

Android 13 I made my own custom torch function, which get user media by deviceId from my state and works fine. ``` const handleToggleTorch = useCallback(() => { navigator.mediaDevices.getUserMedia({ video:...