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
The Select field component in Statamic CP crashes when entering 'ui' in search, due to Vue Select attempting toLowerCase() on UI object.
✅ Fix submitted: sagalbot/vue-select#1861
Affects search functionality in Select fields when entering specific string 'ui'
## Error TypeError: (be || "").toLocaleLowerCase is not a function
Environment Application Name: Pixel Astronauts Laravel Version: 11.37.0 PHP Version: 8.3.15 Composer Version: 2.8.3 Environment: local Debug Mode: ENABLED URL: pixelastronauts.test Maintenance Mode: OFF Timezone: UTC Locale: en Cache Config: NOT CACHED Events: NOT CACHED Routes: NOT CACHED Views: CACHED Drivers Broadcasting: log Cache: file Database: sqlite Logs: stack / single Mail: smtp Queue: sync Session: file Livewire Livewire: v3.5.18 Statamic Addons: 10 Sites: 1 Stache Watcher: Enabled (auto) Static Caching: Disabled Version: 5.45.0 PRO Statamic Addons jacksleight/statamic-memberbox: 2.1.3 joetannenbaum/antlers-stack-tags: 0.1.0 jonassiewertsen/statamic-livewire: 3.8.1 reachweb/statamic-livewire-filters: dev-main statamic/eloquent-driver: 4.19.1 statamic/importer: 1.6.0 studio1902/statamic-peak-browser-appearance: 3.6.0 studio1902/statamic-peak-commands: 8.13.0 studio1902/statamic-peak-seo: 8.18.0 studio1902/statamic-peak-tools: 6.6.0 Statamic Eloquent Driver Asset Containers: file Assets: file Blueprints: file Collection Trees: file Collections: file Entries: file Forms: file Global Sets: file Global Variables: file Navigation Trees: file Navigations: file Revisions: file Sites: file Taxonomies: file Terms: file Tokens: file
Fresh statamic/statamic site via CLI
No response
The text was updated successfully, but these errors were encountered:
Thanks for submitting a PR on the vue-select side. 🙂
vue-select
Sorry, something went wrong.
No branches or pull requests
Bug description
The Select field component in Statamic CP crashes when entering 'ui' in search, due to Vue Select attempting toLowerCase() on UI object.
Status
✅ Fix submitted: sagalbot/vue-select#1861
Technical Details
Impact
Affects search functionality in Select fields when entering specific string 'ui'
How to reproduce
Steps to reproduce
Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: