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

[5.x] Fix cursor on Select fieldtype when max_items has been reached #10442

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue on the Select fieldtype where a not-allowed cursor would be shown on selected options when the max_items setting has been reached.

To fix this, I've added an additional class to the v-select component when the max_items setting has been reached, which will be used to determine if the not-allowed cursor should be applied to selected options. Maybe there's a better way of fixing this?

Fixes #10431.

@duncanmcclean
Copy link
Member Author

Closing in favour of #10457.

@duncanmcclean duncanmcclean deleted the fix/cursor-on-select-fieldtype-when-max-items-has-been-reached branch July 15, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select fieldtype with max items set causes wrong cursor to appear
2 participants