Posts by bluememon@mastodon.social
(DIR) Post #B5UNA0L0jOOL2KnnQu by bluememon@mastodon.social
0 likes, 0 repeats
@MoritzGlantz I agree with you, my pet peeve with this is that the browsers render the native os form element and males it not consistent for any design system. This along with radio buttons are the least customizable elements using css unfortunately and this has been for decades by now.Still, my work arounds still uses the checkbox input under the hood and I use label to remotely control its properties. We try our best to keep everyone happy.
(DIR) Post #B5UVOsD22E95nqffRw by bluememon@mastodon.social
0 likes, 0 repeats
@MoritzGlantz You’re correct in a way that we can work around the os level issues in these elements that we couldn’t do before.Using you’r example in the second link even though we’re styling the element, we’re just hiding the original one and building the custom one from scratch witch is not ideal and doesn’t guarantee consistency across browsers unfortunately (looking at you safari lol).