Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix(datetime): do not reset to am when changing hour and pm is set #21997
Conversation
Eric found an issue with this when adding in month + days, investigating |
Dev build:
5.4.0-dev.202009102321.26d3971
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm run lint
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Open a datetime with an hour, minute and ampm column. Change to "pm" then change the hour. See the pm switch to am.
Issue Number: fixes #19175 fixes #19260 fixes #20026 references #16630
What is the new behavior?
Correctly remains on pm by setting it on the datetime value.
Does this introduce a breaking change?
Other information