-
Notifications
You must be signed in to change notification settings - Fork 165
[terra-form-select] Combobox custom placeholder remove #3953
Conversation
19409de
to
649218f
Compare
*Fixed | ||
*Fixed the `combobox` won't take custom placeholder text and only string `-Select- ` will be shown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*Fixed | |
*Fixed the `combobox` won't take custom placeholder text and only string `-Select- ` will be shown. | |
* Changed | |
* Removed support for custom placeholder on the `combobox` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with title "Breaking change" as per below comment,
/** | ||
* Placeholder text. | ||
*/ | ||
placeholder: PropTypes.string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is breaking change !! we need to update the upgrade guide and change log entry with title Breaking Change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
87c9df1
to
14f0569
Compare
This pull request is closed for the reasons stated in Jira:UXPLATFORM-9731 |
Summary
To ensure the Form - Select Combobox meets accessibility standards for 2.4.6 Heading and Labels we need to ensure the place holder text does not have the ability to have custom text. String for what should display as placeholder text in the Acceptance Criteria
What was changed:
Why it was changed:
Combobox shouldn't have the option for custom placeholder according to design doc
Testing
This change was tested using:
Reviews
In addition to engineering reviews, this PR needs:
Additional Details
This PR resolves:
UXPLATFORM-9731
Thank you for contributing to Terra.
@cerner/terra