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

Fixed an invalid debounce property #1123

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

valadas
Copy link
Member

@valadas valadas commented Jul 24, 2024

HTML boolean properties cannot have a default value of False. This replaces the boolean property with a number which makes it even more useful as consumers can define the one debounce time they prefer (defaults to 500ms).

Closes #1118

HTML boolean properties cannot have a default value of False. This replaces the boolean property with a number which makes it even more useful as consumers can define the one debounce time they prefer (defaults to 500ms).

Closes DNNCommunity#1118
@valadas valadas added the bug Something isn't working label Jul 24, 2024
@valadas valadas added this to the 0.24.0 milestone Jul 24, 2024
Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AwesomeGrandmaGIF

@david-poindexter david-poindexter merged commit 97b4fb6 into DNNCommunity:develop Jul 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnn-searchbox has a boolean prop that defaults to being true
2 participants