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
Yeah this is an issue I've faced myself. Would it be better solved though outside of Keen UI? E.g. add the hidden input as recommended in that StackOverflow answer next to the use of <ui-switch></ui-switch>?
I am not sure. But the use case for me was that I expected to always submit a value so others might expect it too? The solution could be that submit-false-value to only include it when explicit wanting to in order not to manipulate the semantics per default.
I have created a wrapper component which you are welcome to get inspirations from, it will always submit a value, either 1 or 0 as this is what works for my specific project:
I'm missing a property for
submittedFalseValue
or something as now it's just ignored.The text was updated successfully, but these errors were encountered: