Skip to content

Placeholders for the Date*Pickers #521

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

Merged
merged 6 commits into from
Oct 26, 2021
Merged

Placeholders for the Date*Pickers #521

merged 6 commits into from
Oct 26, 2021

Conversation

svdimitr
Copy link
Contributor

No description provided.

@svdimitr svdimitr requested a review from a team October 11, 2021 11:45
@svdimitr svdimitr self-assigned this Oct 11, 2021
@github-actions
Copy link
Contributor

Hello @svdimitr,

Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.

  • create pr to production

@jivanova
Copy link
Contributor

We should include information about the FormatPlaceholder settings as well

@@ -56,6 +56,8 @@ The date input provides the following features:

* `TabIndex` - maps to the `tabindex` attribute of the HTML element. You can use it to customize the order in which the inputs in your form focus with the `Tab` key.

* `Placeholder` - `string` - maps to the `placeholder` attribute of the HTML element. The `Placeholder` will appear if the component is bound to nullable DateTime object - `DateTime?`, but will not be rendered if the component is bound to the default value of a non-nullable DateTime object.
Copy link
Contributor

Choose a reason for hiding this comment

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

All the other changes use bold for "nullable". I am not sure that is required, but in either case, let's be consistent.

@svdimitr svdimitr merged commit d52a727 into master Oct 26, 2021
@github-actions github-actions bot deleted the docs-placeholders branch October 26, 2021 13:23
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.

3 participants