-
Couldn't load subscription status.
- Fork 359
Allow to pass any attributes to wrapper (not just class) #136
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
Conversation
|
@atipugin thanks! I like this, the only thing I'm concerned about is that it makes it a little more verbose to add a wrapper class. I don't use this option all that much so it's not really a big deal for me. |
|
@potenza yeah, we can keep both options too ( |
|
@potenza, @carloslopes I think both options are good. It is simpler to write only What do you think if we use only |
|
Sure but no sooner than next week ;) |
|
Np!
|
|
Done. |
|
Rebased my PR on top of current master, so we can merge it now :) |
|
👍 |
Allow to pass any attributes to wrapper (not just class)
|
What about turning of the wrapper entirely. I came across issue #62 with regard to have more than one text field in a row when using horizontal layout. The problem with the provided solution is that the fields still get wrapped thus making the solution to that issue useless without being able to turn off the wrapper. |
No description provided.