We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
admin-ui-classic-bundle/public/js/pimcore/object/helpers/gridTabAbstract.js
Lines 315 to 343 in 2462649
should use some combination of:
type="search"
enterkeyhint="search"
inputmode="search"
Otherwise the OS may not show an enter key on mobile.
The text was updated successfully, but these errors were encountered:
would you consider the rest of the admin-ui-classic as mobile friendly? 🤔 😄
Sorry, something went wrong.
not particularly, but I did notice this even using "Desktop" mode in browser. While the search icon can be clicked, that is non standard behavior.
From an accessibility (even non mobile) standpoint, some of the attributes above would be an improvement.
not sure we will invest a lot in that regards into admin-ui-classic anymore ... our focus is on studio-ui.
No branches or pull requests
admin-ui-classic-bundle/public/js/pimcore/object/helpers/gridTabAbstract.js
Lines 315 to 343 in 2462649
should use some combination of:
type="search"
enterkeyhint="search"
inputmode="search"
Otherwise the OS may not show an enter key on mobile.
The text was updated successfully, but these errors were encountered: