-
Notifications
You must be signed in to change notification settings - Fork 467
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
feat(legacy): add itemsHidden
prop to tui-input-time
#9908
base: main
Are you sure you want to change the base?
Conversation
Tests completed successfully ✅Good job 🔥 |
inputHidden
to tui-input-time
inputHidden
prop to tui-input-time
Visit the preview URL for this PR (updated for commit 0e73495): https://taiga-previews-demo--pr9908-splincode-feat-issues-3519-ccc7ahwk.web.app (expires Thu, 05 Dec 2024 10:55:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
54dcb4c
to
0e73495
Compare
inputHidden
prop to tui-input-time
itemsHidden
prop to tui-input-time
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +11B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
Playwright test resultsDetails Open report ↗︎ |
documentationPropertyType="boolean" | ||
[(documentationPropertyValue)]="itemsHidden" | ||
> | ||
Disable the display of the dropdown list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just use inject(TuiDropdownOpen, {optional: true}).tuiDropdownEnabled
instead of creating new prop ? 🤔
Fixes #3519