2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Keyboard fix (#306)

* Remove focusNode in search widget

- Was causing some issues in iOS in particular

* Improve search UX by cancelling previous query

- Prevent successive search queries from being displayed

* Update release notes

* Add "type" for cancelable operation
This commit is contained in:
Oliver
2023-04-10 17:07:06 +10:00
committed by GitHub
parent 020cc4497c
commit efb7ff4170
2 changed files with 51 additions and 50 deletions

View File

@ -1,6 +1,13 @@
## InvenTree App Release Notes
---
### 0.11.1 - April 2023
---
- Fixes keyboard bug in search widget
- Adds ability to create new purchase orders directly from the app
- Adds support for the "contact" field to purchase orders
### 0.11.0 - April 2023
---