Submitting 'Find' search with 'Enter' key instead of link

Surprisingly, a large number of my users expect the search function in dthmlxtree to accept the ‘enter’ key in addition to/versus clicking on the ‘Find’ link. Has anyone done a simple JS workaround to allow for this?

Thanks
Peter

You can attach “onKeyPressed” event to your input and launch tree search method on it.