Form clear

I’m not sure how to handle this issue, but seems form not always clear up, here is an example: http://webix.com/snippet/b5083ed4 on Enter event form should be cleared, if you try several times, you will notice not always it works… please advise how it can be solved?

Hello,

Webix sets own event handlers on Enter. Therefore, it would be better to call clear after these handlers applied. Please use webix.delay:

http://webix.com/snippet/56678ac3

Thank you Maria it works!