You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if you just change the dropdown and then save the entry, that change is not registered. If you change then click out, then save the entry, it's registered.
Steps to reproduce
See above
Craft CMS version
5.2.8
Plugin version
3.0.1 (dev-craft-5)
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered:
Pretty sure this is because the Dropdown (Selectize) component messes with our mousedown event, which is there to detect when to start listening for changes or not. If you click on the Vizy block beforehand (anywhere but the dropdown), that'll also work. Just clicking directly on the dropdown, or selecting an option will not work. Looking into options.
@engram-design this seems to be fixed in latest release for dropdowns, but I've now noticed the bug with an entry field if you just remove an entry. If you add one it detects the change.
Describe the bug
For a Vizy block that contains a dropdown, you need to click outside the dropdown select to make the entry register the change. You can see in the video below the blue bar next to the Vizy field only appears once I've clicked out:
https://github.com/user-attachments/assets/7b5b08d9-db96-452b-a099-1ab6e96bf801
So if you just change the dropdown and then save the entry, that change is not registered. If you change then click out, then save the entry, it's registered.
Steps to reproduce
See above
Craft CMS version
5.2.8
Plugin version
3.0.1 (dev-craft-5)
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered: