on 2018 May 10 7:40 PM
I have an input box that resides in each row of a table. I want to check the input of the box once the user moves off (blurs) the input box. I haven't been able to get an event listener to attach correctly and have tried multiple methods. Since the number of input boxes depends on the number of rows in the table I need to make sure it is attached to each input box. I'm using a Master-Detail layout for this and XML views.
<Input type="Number" class='quantityInput" width = "50px" value = "{path:'ItemModel>QuantityTaken',formatter:'com.uppr.util.Formatter.changeToInteger'}" maxLength="3"/>
use change event for the input box
"Is fired when the text in the input field has changed and the focus leaves the input field or the enter key is pressed."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.