Bug #31241
DatePicker doesn't show preselected value
Description
DateSelect doesn't show value by default to hide it's internal Date() default.
But if there is preselected value by value="date" prop it should be shown to the user.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8122 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.4.0 added
#3
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|666d2412e5ad19198e06996cdd6428be1e487261.
#4
Updated by Tomer Brisker over 2 years ago
- Target version changed from 2.3.1 to 2.3.0
- Fixed in Releases 2.3.0 added
- Fixed in Releases deleted (
2.4.0)
Fixes #31241 - show dateTimePicker default value
By default we hid the default value from user to prevent showing the default date.
But if prop value is passed, we need to show that value.