wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Validation on delete key press in textbox #172

Open deepaksm1 opened 9 years ago

deepaksm1 commented 9 years ago

If we select all text in textbox and delete it using delete button. Validation doesn't get fired.

BSick7 commented 9 years ago

Please send a pull request with the reproducible example.