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
There is and typo in attribute name "tabIndex" in strike_input component. Today I created few datepickers and got exceptions that tabIndex is not visible to strike_input, then I searched through the code and discovered, that attribute in strike_input is actually written with lower case "tabindex". Looks like attribute names are now case sensitive.
The text was updated successfully, but these errors were encountered:
Found another bug in strike_input,
when using is as checkbox, in safari checked value is reverted - logic works reversed as in chrome and other browsers.
I'm using event.getSource().get("v.checked"); to get checked value when event is fired when listening for all strike_evt onchange events (checking multiple checkboxes).
There is and typo in attribute name "tabIndex" in strike_input component. Today I created few datepickers and got exceptions that tabIndex is not visible to strike_input, then I searched through the code and discovered, that attribute in strike_input is actually written with lower case "tabindex". Looks like attribute names are now case sensitive.
The text was updated successfully, but these errors were encountered: