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

Add same color to datepicker button as text #1730

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Conversation

bikotoru
Copy link
Contributor

@bikotoru bikotoru commented Oct 8, 2024

I found that when using the InputClass in a datepicker, it only applied to the label text and not to the input text itself. Additionally, there is no way to manipulate the class of the button.

image

@enchev
Copy link
Collaborator

enchev commented Oct 9, 2024

The InputClass property is applied exactly to the input element:
image

Adding this CSS class to the button will be a breaking change, it's better to add ButtonClass new property that can be used in the button.

@bikotoru
Copy link
Contributor Author

bikotoru commented Oct 9, 2024

The InputClass property is applied exactly to the input element: image

Adding this CSS class to the button will be a breaking change, it's better to add ButtonClass new property that can be used in the button.

@enchev Done, change applied

@enchev enchev merged commit 5960318 into radzenhq:master Oct 9, 2024
1 check passed
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.

2 participants