Skip to content
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

fix(mwpw-166135): fixes paginator accessibility when using Light Text #229

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(MWPW-166328): removes require attribute from search
  • Loading branch information
cmiqueo committed Jan 24, 2025
commit 8392056b8828688cf88d1ee1ed5ed42ca9c71054
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.28.1 (1/24/2025, 13:30:14)
* Chimera UI Libraries - Build 0.28.1 (1/24/2025, 15:40:20)
*
*/
/******/ (function(modules) { // webpackBootstrap
@@ -44056,8 +44056,7 @@ var Search = function Search(_ref) {
value: value,
onChange: handleSearch,
ref: textInput,
className: 'consonant-Search-input',
required: true }),
className: 'consonant-Search-input' }),
_react2.default.createElement('button', {
'data-testid': 'consonant-Search-inputClear',
type: 'button',
4 changes: 2 additions & 2 deletions dist/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.source.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions react/src/js/components/Consonant/Search/Search.jsx
Original file line number Diff line number Diff line change
@@ -131,8 +131,7 @@ const Search = ({
value={value}
onChange={handleSearch}
ref={textInput}
className="consonant-Search-input"
required />
className="consonant-Search-input" />
<button
data-testid="consonant-Search-inputClear"
type="button"
Loading