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/cb-5019/components unification #2560

Merged
merged 10 commits into from
Apr 26, 2024
Merged

Conversation

Wroud
Copy link
Member

@Wroud Wroud commented Apr 18, 2024

No description provided.

@Wroud Wroud self-assigned this Apr 18, 2024
transform: translateY(-50%);
}

.actionButton {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty class

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's on purpose, later you can use register to add styles for elements with this class

[onChange, state],
);

let valuePassedFromProps = isNotNullDefined(valueControlled);
let value: any = valueControlled;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please typescript this variable

placeholder={placeholder}
disabled={disabled}
name={name}
value={value}
onChange={filter}
onChange={handleChange}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we need a debounce here with 100-150ms

@Wroud Wroud merged commit 8f87ec6 into devel Apr 26, 2024
3 of 4 checks passed
@Wroud Wroud deleted the fix/cb-5019/components-unification branch April 26, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants