text input search inside of toolbar
See original GitHub issueHi,
a search input component would be nice out of the box, which fits into the design of vuetify. Here a small codepen: http://codepen.io/anon/pen/NdZEzX
Missing is currently:
- visual alignment of search icon
- type=“search” on v-text-input misses a cancel button to truncate input
- different behaviour on
xs
devices (show only button and activate the input over the toolbar)
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
How to add Search bar with edit text in toolbar - Stack Overflow
Just add an edit text as part of your toolbar, something like this: ... place the searchview in your activity.xml inside your toolbar...
Read more >Show search field as toolbar item and not as text field. - Drupal
Problem/Motivation. In the 8.x-1.x branch, the search input is a button that toggles a text field to do the search.
Read more >Search with Google Toolbar - Toolbar Help
Use the search box in your Toolbar to search the web or highlight words on a page. How to search. Open Internet Explorer....
Read more >How to Add Search View in Toolbar in Android Studio - YouTube
How to Add Search View in Toolbar in Android Studio | SearchView on Toolbar | ActionbarFollow me on Instagram: ...
Read more >ion-searchbar - Ionic Framework
Searchbars represent a text field that can be used to search through a collection. They can be displayed inside of a toolbar or...
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
@ejektaflex there is a new prop called
solo
which is what you might look for:I think you need to add “
solo
” attribute into<v-text-field>
tag inside<v-toolbar>
.For example: