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

[@mantine/date] remove placeholder from TimeInput props #6793

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

Kenzo-Wada
Copy link
Contributor

fixes: #6758

@@ -17,7 +17,7 @@ export interface TimeInputProps
extends BoxProps,
__BaseInputProps,
StylesApiProps<TimeInputFactory>,
ElementProps<'input', 'size'> {
ElementProps<'input', 'size' | 'placeholder'> {
Copy link
Member

Choose a reason for hiding this comment

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

I'd rather not remove this as it might be a potential breaking change. Removal from the demo is enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed it!

7b882ec

@rtivital rtivital merged commit d9994f5 into mantinedev:master Sep 25, 2024
1 check passed
@rtivital
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimeInput: placeholder prop shown in usage example has no effect
2 participants