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

fix Dojo ComboBox autocomplete param in declarative mode #464

Merged

Conversation

timum-viw
Copy link

When creating a Dojo ComboBox form element declaratively, the autocomplete parameter was not properly added as attribute to the html element. This error only occurred when used in combination with a data store.

This fix simply moves up lines 103-106 which address the conversion of the autocomplete parameter to a string.
The early returns in lines 85 and 106 broke this feature for ComboBoxes with a data store.

Added test cases accordingly.

When creating a dojo ComboBox form element declaratively, the autocomplete parameter was not properly added as attribute to the html element. This error only occurred when used with a data store. Added test cases accordingly.
@develart-projects develart-projects merged commit e300dfc into Shardj:master Jan 7, 2025
11 checks passed
@develart-projects develart-projects added bug Something isn't working to be released PR exists or in master, but not released yet labels Jan 7, 2025
@develart-projects develart-projects added this to the 1.24.3 milestone Jan 7, 2025
@timum-viw
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to be released PR exists or in master, but not released yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants