
Ce composant est un composant élémentaire de Focus.
#Interface
Ce composant peut être utilisé dans les cas suivants :
- Recherche rapide
- Recherche contuextualisée


Le composant ne lève pas d'erreur :
- La saisie est libre.
- Le choix du contexte est libre.
Si un contexte de recherche est définissable, une aide textuelle est affichée sous le composant pour guider l'utilisateur.

- Le contexte de recherche est sélectionné est affiché à gauche du champ de saisie.
- Lorsqu'une recherche est lancée par le composant, un spinner est affiché dans le champ de recherche, sur la droite.
- Lorsqu'aucun texte de recherche n'est défini, le composant affiche du texte qui indique à l'utilisateur ce qu'il peut saisir.
Linkedin

The configuration is processed by the component reading the metadata from the data-binding and the attributes from the component.
The metadata are in the domain.
Attribute |
Options |
Possible |
Default |
Description |
type |
string |
text , date , hour |
text |
Define the type of input for the rendering. |
If the component exposes methods in order to be able to interact with it.
Method |
Parameters |
Returns |
Description |
validate() |
None. |
boolean |
Validate the input content depending on its metadata. |
getValue() |
None. |
object |
get the input's depending on its metadata. |
Which events are triggered by the user.
Event |
Description |
change |
The input calue changed. |
