Search button instead of having the search happening on keystroke
Search button instead of having the search happening on keystroke
please send me one example about add a Search button instead of having the search happening on keystroke
This discussion has been closed.
Answers
You would need to create your own controls. You can just have an
inputelement where you enter your string, abuttonto press, which just callssearch().Cheers,
Colin