Multiline autocomplete
See original GitHub issue💬 Question
In AutoComplete component i’ve set multiline at true and numberOfRow at 4 . The result is: the component growth till 4 lines, but if i have only 1 line the component show only one line:
But if i set the height atleast 200px if i have only one line, the component not show the gray square directly for 4 lines.
<Autocomplete
inputStyle={{
color: 'black',
height: 350,
width: 250,
}}
UI Kitten and Eva version
Package | Version |
---|---|
@eva-design/eva | 4.4.1 |
@ui-kitten/components | 4.4.1 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Multiline options for Material UI autocomplete - Stack Overflow
I'm trying to make an autocomplete where each option has firstName and lastName of a user on the first line and their id...
Read more >[Autocomplete] Autocomplete with multiline TextField ... - GitHub
Autocomplete component with multiline text field doesn't handle cursor correctly on mouse click when a text was entered.
Read more >IRB's multi-line autocomplete and how to disable it
Recent IRB versions include a multi-line autocomplete which may be helpful to novice users but can be distracting.
Read more >Textbox - Pode.Web - GitHub Pages
To change the textbox to be multilined you ca supply -Multiline . Textboxes also allow you to specify -AutoComplete values.
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
@pasalino agreed. Thanks for posting this. However, there is a workaround for this. You may pass
height
directly to Autocomplete without usingstyle
Should work, but warn if you use typescript
it work!