You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
When sing the Slider with bind data your are bound to use (no pun intended) binding.Float.
I have tried to use the slider bound to an int value and there were some unnecessary (?) work around to make it work.
Is it possible to construct a solution with the existing API?
Checklist
Is your feature request related to a problem?
When sing the Slider with bind data your are bound to use (no pun intended) binding.Float.
I have tried to use the slider bound to an int value and there were some unnecessary (?) work around to make it work.
Is it possible to construct a solution with the existing API?
A binding.IntToFloat can be created like below:
Describe the solution you'd like to see.
I am missing a (in convert.go, binding package):
and maybe
for completeness, but I am aware of the problem with design regarding rounding vs truncating of decimals.
The text was updated successfully, but these errors were encountered: