Dragging input values between inputs on a form leads to partial values being copied and/or unexpected values in the targer input:
- dragging “text21” to a number input => “21”
- dragging “21.00” to an integer input => “2100”
More over dragging combo box value anywhere results in empty string in the combo box. The value stays empty after frosm refresh, only browser refresh fixis this.