Bhoft

Results 30 comments of Bhoft

this has something "similar" the problem with the tick labels is that when the slider is used on a modal the "calculated" labelSize is 0 and therefore all calculations done...

Another thing i have seen that on vertical orientation the tick labels are also not working at all (so also in the normal rendering) As written above this is all...

As you might have seen in a fiddle which uses my fork i fixed this issue some time ago some other way (I don't set the positions like the original...

You can test my pull request or my version in my fork. I use an alternate method for the positioning with transform: translate which would not work in older IE...

Try this: ![image](https://user-images.githubusercontent.com/1777147/68190837-7e4eda00-ffae-11e9-8828-99852441487b.png) .minicolors-swatch.selected:after { content: ''; display: block; width: 5px; height: 9px; border: solid #000; border-width: 0 2px 2px 0; transform: rotate(45deg); margin-left: 40%; margin-top: 20%; }

Or better using the html code instead of painting with css (solution from above). https://www.toptal.com/designers/htmlarrows/symbols/check-mark/ ![image](https://user-images.githubusercontent.com/1777147/68202994-21aae980-ffc5-11e9-9f0f-08b4795164ec.png) .minicolors-swatch.selected:after { content: "\2713"; color:black; position: relative; margin: auto 20%; }

Will this issue be fixed at some time? I wanted to render a checkbox the same way as a text input field. So it should contain the form control wrapper...

> I also noticed that the sortable doesn't really work well. I have to drag really far above the container to make it move. I have the same issue i...

the same error hapens also on other cameras as well https://github.com/al-one/hass-xiaomi-miot/issues/1512

Hmm seems not to solve my problem :( The problem is that if I disable the toolbar "during" the rendering / controller code the css and js code is already...