-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Does not remove options on editor #1143
Comments
@FreitasJonas This is actually a styling error. If you check the console after clicking the remove button on the second option you'll see a message saying that a radio group requires at least 2 options. I'm not sure why the style for this stopped working but have updated it to hide the second option remove again in #1144 . |
## [3.6.2](v3.6.1...v3.6.2) (2020-12-07) ### Bug Fixes * radio group option remove button visible on second option ([8a838f7](8a838f7)), closes [#1143](#1143)
🎉 This issue has been resolved in version 3.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@kevinchappell Thanks for your attention. Unfortunately the problem persist. See: When I keep clicking |
i have never seen that second screenshot. Can you create a codepen that replicates the problem? https://codepen.io/kevinchappell/pen/vLjOLL |
I managed to resolve this error when I analyzed the page's css, I realized that a style file was interfering with the style of the formbuilder causing the position of the close button to be changed. thanks for your attention and sorry for the mistake, it was not a problem in formBuilder. |
Description:
Is impossible to remove options from CheckBox Group, Radio Group, Select...
Environment Details:
Expected Behavior
Remove options in the editor by clicking the Close button
Actual Behavior
Does not remove
Steps to Reproduce
Add a radio group on editor, add some options and try to remove clicking on the button 'close'
Screenshot - (optional)
This button doesn't work.
The text was updated successfully, but these errors were encountered: