Marc J. Schmidt
Marc J. Schmidt
Can you make it switchable through options?
It seems you've not configured your git username/email correctly in your environment? Btw, why not just setting your styles via `xx !important` in the css?
So, the new option is only about the label element? The width or display property? I believe the explicit setting of a width is anyway useless, so we should probably...
I don't think that's a big deal. Setting the styles through the css file instead of inline-css should make it the same to upgrading users.
Cool! Can you fix the username of the commiter? There is 'boky' but your github account name is 'boky8'.
Boky, you need to setup in your environment the same email as you have used in github. More information here: https://help.github.com/articles/setting-your-email-in-git ``` bash git config --global user.email "[email protected]" ``` ```...
Unfortunately not. Now we have 8 commits in this PR. :P
But the name is now correct.
Mh, very good questions. Did you get any solutions or further information regarding this you can share?
Can you check the newest version, please? I guess this is related to the `tabIndex` bugs in other issues, that has been fixed yet.