FACK1 / languages-search

languages-search
0 stars 1 forks source link

list on design #27

Open mhmdtshref opened 5 years ago

mhmdtshref commented 5 years ago

I think suggestions should be with the input, not in section and ul, that list can be implemented by:

<input list='suggestions' id='suggestions-input' />
<datalist id=''>
<option value='some-suggestion' />
</datalist>