Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in strike_input #37

Closed
matejp84 opened this issue Jul 10, 2017 · 2 comments
Closed

bug in strike_input #37

matejp84 opened this issue Jul 10, 2017 · 2 comments
Assignees

Comments

@matejp84
Copy link

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.

@burhan7
Copy link
Contributor

burhan7 commented Jul 10, 2017

Thanks for logging this, @matejp84
It'll be fixed in the new release

@matejp84
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants