First of all, thank you for great library! :)
Describe the bug
When you allow user to add custom value and you are not using chips and multiple value, then the behaiour of element is very unexpecting.
My use case.. I would like to user be able to use it as common input and be able also select from options provided. It is their decision whether hi fills value manually or use some of options provided.
Only one value is allowed but the value can have multiple words "Wall street" for example. I am using google api to search for street names, but some are not provided so I want to keep the posibillity to enter custom value.
Codepen/jsFiddle/Codesandbox (required)
https://codepen.io/luckylooke11/pen/dyoMroN?editors=1010
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Platform (please complete the following information):
OS: MacOS but I believe it is OS agnostic
Node: irrelevant
NPM: irrelevant
Yarn: irrelevant
Browsers: Chrome
iOS: did not try
Android: did not try
Electron: did not try
Thank you very much for dealing with this problem.
Possibly related to this https://github.com/quasarframework/quasar/issues/3955#issue-436358500
Hello - this is fixed in quasar v1.9.3
Now you can also add new values on TAB.
I can confirm that issue is fixed! 馃憦 馃憦 馃憦
Same code with new version of lib:
https://codepen.io/luckylooke11/pen/XWbNjaK?editors=1010
Thank you very much! 馃檹
Most helpful comment
Hello - this is fixed in quasar v1.9.3
Now you can also add new values on TAB.