Auto-complete-input not working correctly with data binding
It works well but have minor issues in data binding.
How to replicate in status textarea
- Type
Hi :fire
- It shows auto-complete with emojis. Select one by pressing
Enter
- Submit
- Status submitted was
Hi :fire
- it had to beHi :fire_engine:
When you type more text after auto-complete, it works properly.
Second issue is here:
auto-complete-input
doesn't bind back with empty text after submit
https://www.dropbox.com/s/1cpa9mc7zb9z5qa/auto-complete.mov?dl=0
Edited by Edijs Bov