You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we added a few config options to Input that make sense only for the Input and not for the SearchBar (e.g. passwordShowIcon/passwordHideIcon/passwordIconSize). It might be better to cherry-pick the properties instead of omitting, or define a common baseConfig.
Playroom reproduction
No response
Version
v0.17.2
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
SearchBar
is currently inheriting all the Config properties from Input, omitting only theiconSize
and adding a few other specific config keys: https://github.com/buildo/bento-design-system/blob/main/packages/bento-design-system/src/SearchBar/Config.ts#L5.However, we added a few config options to
Input
that make sense only for the Input and not for the SearchBar (e.g. passwordShowIcon/passwordHideIcon/passwordIconSize). It might be better to cherry-pick the properties instead of omitting, or define a common baseConfig.Playroom reproduction
No response
Version
v0.17.2
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: