Title: NumberBox FormField onChange issue Post by: chrwei on October 23, 2019, 11:57:35 AM a TextBox in a FormField will fire the Form onChange event with each keystroke. NumberBox will not. is this intentional?
Title: Re: NumberBox FormField onChange issue Post by: jarry on October 24, 2019, 07:18:15 PM The NumberBox component does not trigger the 'onChange' event until it loses focus.
Title: Re: NumberBox FormField onChange issue Post by: chrwei on November 04, 2019, 09:27:13 AM meaning the underlying <input> or just the numberbox component?
|