[Feature Request] `SearchBar` loading property
See original GitHub issueIs your feature request related to a problem?
No, but it would be nice if the SearchBar
component could expose a loading
property.
Describe the solution you’d like
Ideally, when loading={true}
, an ActivityIndicator
could be shown in place of the clear icon (like Google Maps does).
Describe alternatives you’ve considered N/A
Additional context Screenshot from Google Maps below:
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Create a React Native search bar from scratch
Learn how to create your own React Native search bar from scratch in this detailed, step-by-step tutorial.
Read more >How to Design the Perfect Search Bar for Your Website
Learn the fundamentals of search bar design to help users find the content they want quickly and easily.
Read more >Get search bar in navigation bar in Swift - ios
Try this let leftNavBarButton = UIBarButtonItem(customView:Yoursearchbar) self.navigationItem.leftBarButtonItem = leftNavBarButton. Update.
Read more >How to Add a Search Bar in a FlatList in React Native Apps
Open App.js and add a state object with some properties to keep ... in the list and show the loading indicator when the...
Read more >Search Bar | Hitchhikers
Often you want to add a Search Bar to a page but then redirect to a search results page. This is accomplished via...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Solved by: https://github.com/callstack/react-native-paper/pull/3322
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.