christopherbot / botghani-notepad

A React-Native notepad app
1 stars 0 forks source link

keyboard remains open when opening the nav #182

Closed christopherbot closed 5 years ago

christopherbot commented 5 years ago

Steps to reproduce:

  1. Get the keyboard to open in the list view by... a. editing a cell b. adding a row c. adding a column
  2. Click the nav button to open the nav (note: opening the nav via dragging from the left does not reproduce this bug)

Expected behaviour

The keyboard goes away

Current behaviour

The keyboard remains up

Possible solutions

Each of the components could listen for the nav being opened and toggle their modes back to "not being edited"