Open mathi1993 opened 3 years ago
I facing this case in Chrome when formRender() , I use $('br').remove()
to solve this, it remove all br tag in document
Firefox, Chrome and Safari leave a trailing <br>
tag in contenteditable fields. Current workaround is to attach to the change event of the input/textareas and remove the trailing <br>
Description: If you create a textfield, change the label of the field and save, there will be a break inside the label, right after the label (Inside the html label).
Environment Details:
Expected Behavior: Don't create a break element
Actual Behavior: break element gets created after the label (inside the html label)
Steps to Reproduce:
Screenshot - (optional)