You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I am using formeo builder in my other project, it's simple and perfect to build forms. However, I came across #275 as I was facing the same. Its' not that the label isn't setting, to set the value one needs to set it under options tab. But, the edit option directly on the label was an issue. So I forked the lib.
After managing to run it locally I found the bug under src > js > common > dom.js, specifcally this line
// commented the following line to disable direct label editing in the form builder
// if (isPreview) {
// optionLabel.attrs.contenteditable = true
// }
I built the project again and it worked as intended and now to change the labels, one would have to go to options tab.
To test if it was really working, I tried using the forked lib
"dependencies" : {
"formeo": "git://github.com/Spooksan/formeo/tree/radio-label-fix"
}
I got no files error. Can someone guide me? I plan to add more input fields
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, I am using formeo builder in my other project, it's simple and perfect to build forms. However, I came across #275 as I was facing the same. Its' not that the label isn't setting, to set the value one needs to set it under options tab. But, the edit option directly on the label was an issue. So I forked the lib.
After managing to run it locally I found the bug under src > js > common > dom.js, specifcally this line
// commented the following line to disable direct label editing in the form builder
// if (isPreview) {
// optionLabel.attrs.contenteditable = true
// }
I built the project again and it worked as intended and now to change the labels, one would have to go to options tab.
To test if it was really working, I tried using the forked lib
"dependencies" : {
"formeo": "git://github.com/Spooksan/formeo/tree/radio-label-fix"
}
I got no files error. Can someone guide me? I plan to add more input fields
Beta Was this translation helpful? Give feedback.
All reactions