All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed the #0f0 green
- Correctly fire the parent field observer
- Fixed selected parent option not being passed correctly to the ajax endpoint
- Added Custom stylesheet to help dark mode conflicts
- Updated dist bundle
- Fix to vue-select 3.x returning an instance of the event on change, rather than the updated value
root
declaration on eslint config to fix deprecation warnings
- Remove Nova secrets from being required in the CI runner action during Composer setup
- Fixed javascript error when inside a flexible componet
- Any Ajax Request results are now stored in a cached variable so label isn't lost on search
- Use Nova Placeholder before name on search input
- Added filterable option flag, contributed by https://github.com/nea
- Update to support Nova 4.0
- Fixed bug where if the inital value was an array the options array would not be populated correctly
- Rebuilt assets
- Removed some left over code
- Fixed an empty string value being selected with multi method
- Fixed responsive multiselect fields losing their values on search
- Add new responsive() method that will trigger ajax select on text change
- Dist files updated
- Fixed bug with passing params in get request
- Add ability to add a parent field reference to pass through filter to ajax endpoint
- Added the ability to enable multiselect.
- Fixed
labelKey
missing in vue component.
- Initial release.