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

Autocomplete Form Input #77

Closed
ciccio86 opened this issue Sep 4, 2018 · 1 comment
Closed

Autocomplete Form Input #77

ciccio86 opened this issue Sep 4, 2018 · 1 comment

Comments

@ciccio86
Copy link
Contributor

ciccio86 commented Sep 4, 2018

Comportamento atteso

Il componente Input Form dovrebbe prevedere una funzionalità di autocompletamento così come mostrato sul sito di Bootstrap italia.
Form input Bootstrap Italia

Possibili soluzioni

Il componente deve poter accettare l'input autoCompleteData solamente quando il suo attributo type ha valore search come nell'esempio seguente:

<it-input 
         type="search"
	[autoCompleteData]="autoCompleteData">
</it-input> 
  • autoCompleteData: indica la lista di elementi ricercabili su cui basare il sistema di autocompletamento della input;

Eccezioni

  • Se il type definito non è search l'attributo autoCompleteData deve essere ignorato.
  • Se autoCompleteData è null o undefined la funzionalità di autocompletamento non deve essere attivata.
snack-eater pushed a commit that referenced this issue Sep 10, 2018
snack-eater pushed a commit that referenced this issue Sep 10, 2018
snack-eater pushed a commit that referenced this issue Sep 10, 2018
snack-eater pushed a commit that referenced this issue Sep 11, 2018
@ciccio86 ciccio86 mentioned this issue Sep 11, 2018
td-machineuser pushed a commit that referenced this issue Sep 14, 2018
# [0.12.0](v0.11.0...v0.12.0) (2018-09-14)

### Features

* **Input:** implementa la funziona autocomplete nel component Input ([809f60d](809f60d)), closes [#77](#77)
@td-machineuser
Copy link
Collaborator

🎉 This issue has been resolved in version 0.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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