-
Notifications
You must be signed in to change notification settings - Fork 771
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
hideUserInputOnNoneTextInput with checkboxes failure #175
Comments
Hi again, Created a solution for the error messages.
to:
and add the following css:
Works at my end; tested with several controls and messages (lengths). mzZzl, |
@nuFaqtz sounds great, do you have a working example of this? |
Felix, I do. What I did was getting the latest dev zip. Let me know |
Hi Felix,
I'm having the same trouble as #165 with a checkbox group.
If you change the code for:
to
and modify the css for the cf-input-button to:
Then in those cases you're left with only the button on the right, which works well (enough).
One could argue that maybe centring the button (with label) would be even better, but for now this works.
Edit
Have to figure something out for the error messages in these cases. Working on something generic, independent from the input.
Will let you know when and what I have something that works.
Edit
P.S. I noticed that the first item is auto selected when the input is hidden, but that should not be the case when the user has prevented auto focus.
mzZzl,
JamBo
The text was updated successfully, but these errors were encountered: