First of all, thanks for this project, I really like it!
Second: I noticed that the disabled state doesn't work for on chrome (desktop) and safari (ios) at the very least, I haven't tested it on other browsers.
The issue seems to be that the opacity is set to 0.5 but this doesn't actually work on these browsers. I propose calculating a color with 0.5 opacity which does work. I can make a PR for it if you want, the fix is very small.
Below you can find the fix, the text is generated by patch-package which I used to patch the package locally.
Hi! ๐
Firstly, thanks for your work on this project! ๐
Today I used patch-package to patch bulma-slider@2.0.4 for the project I'm working on.
First of all, thanks for this project, I really like it!
Second: I noticed that the disabled state doesn't work for on chrome (desktop) and safari (ios) at the very least, I haven't tested it on other browsers.
The issue seems to be that the opacity is set to 0.5 but this doesn't actually work on these browsers. I propose calculating a color with 0.5 opacity which does work. I can make a PR for it if you want, the fix is very small.
Below you can find the fix, the text is generated by patch-package which I used to patch the package locally.