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

add icon in searchable mode #507

Open
SarvaDev-123 opened this issue May 27, 2021 · 1 comment
Open

add icon in searchable mode #507

SarvaDev-123 opened this issue May 27, 2021 · 1 comment

Comments

@SarvaDev-123
Copy link

Please provide any props to add a custom icon inside in searchable mode.
Can we change the arrow back icon with an arrow-forward icon when a search is active for left element

@saurabh874
Copy link

saurabh874 commented Nov 25, 2021

add this I18nManager package in react-native and
const SEARCH_FORWARD_ICON = I18nManager.isRTL ? 'arrow-back' : 'arrow-forward';
at line 37 in this file location node_modules/react-native-material-ui/src/Toolbar/LeftElement.react.js .

@xotahal @Ehesp can we this fixed in project?

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

No branches or pull requests

2 participants