The part description text box is too narrow, clipping information from the part description (which is visible in classic). App Studio doesn’t provide any way to increase the width of the erp-part-rev-desc control. Any suggestions on how to increase this? We’re supposed to go full browser in the next week. Eek.
You could put the KeyFields.PartNum into a regular textbox, then add a text area bound to Part.PartDescription, set it to be one line tall… as an idea…
This should get rid of the description portion automatically created by that. Then you can add a new text area with the part description bound to it as Jonathan mentioned. That way you should be able to avoid any issues with events tied to the original widget.