Closed jessieyan closed 1 year ago
Name | Link |
---|---|
Latest commit | 0305301864d7013928c38f662fc6e911ef3e15d4 |
Latest deploy log | https://app.netlify.com/sites/carbon-addons-iot-react/deploys/645120e98b90ed00088e043c |
Deploy Preview | https://deploy-preview-3778--carbon-addons-iot-react.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Closes #3762
Summary
TimePickerDropDown
follows the carbon guideline to show placeholder text likehh:mm XM
if it is 12hours format. To be consistent, we update DateTimePickerV2 single select placeholder text to showXM
instead ofa
orA
.YYYY-DD-MM hh:mm XM
Change List (commits, features, bugs, etc)
Acceptance Test (how to verify the PR)
YYYY-DD-MM hh:mm A
XM
instead ofA
Regression Test (how to make sure this PR doesn't break old functionality)
Things to look for during review
iot
orbx
class prefix is using the prefix variabledata-testid
attribute. New test ids should have test written to ensure they are not changed or removed.