IOS keyboard
IOS keyboard
storres56
Posts: 2Questions: 2Answers: 0
When using the search field in the input box, it does do an incremental search; however when"Return" is pressed, the keyboard does not dissaper. It must be manually removed. Is this the default behavior? Does anyone have a workaround?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This must be the default behaviour for iOS as DataTables doesn't have any specific code for that. You would need to add a key event listener and
blur
the focus from the input element when a return key is pressed. That isn't something I want to include in DataTables core as I know others use such an addition already to trigger a search on desktop browsers.Allan