Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline dropdown does not filter from API since Vue.JS v3 upgrade #1940

Open
mvorisek opened this issue Nov 28, 2022 · 1 comment
Open
Labels

Comments

@mvorisek
Copy link
Member

mvorisek commented Nov 28, 2022

related with #810

Known issue from #1915 as the new SuiDropdown component is quite different:

Steps to reproduce:

  1. open demos/form-control/multiline.php demo
  2. click into country dropdown and start typing like cze
  3. Czech Republic country should be displayed from API in the dropdown
  4. it should be possible to select it and submit the form wth Czech Republic country ID
@mvorisek
Copy link
Member Author

mvorisek commented Oct 9, 2023

also in https://dev.atk4.org/demos/form/html-layout.php demo the multiline dropdown cannot be focused by tab key

steps to reproduce:

  1. open that link
  2. click/add row
  3. click into the "last name" field of the 1st row
  4. press "tab" key
  5. notice, the next/dropdown field is not focused

(in https://dev.atk4.org/demos/form-control/multiline.php demo, for unknown reasons, the dropdown can be focused using the tab key)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant