frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 164 forks source link

fix: Navigation fix using tabs in inline filters #75

Closed deepeshgarg007 closed 5 years ago

deepeshgarg007 commented 5 years ago

-No significance of calling focusCellInDirection for $editingCell it returns false anyway for it, moved it inside focusCellInDirection not sure whether it is right place for it

@netchampfaris Please advise

netchampfaris commented 5 years ago

@deepeshgarg007 If tab or shift+tab is pressed on an editingCell it should deactivateEditing and then move to the next cell. Does this change do that?

netchampfaris commented 5 years ago

:tada: This PR is included in version 1.13.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: