This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Component: InputField #374
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
Description
The
InputField
control is used for entering single line short text. The plannedSearchBar
component is a special case of a genericInputField
component.API
The component will be a shallow wrapper over the native
<input>
element, allowing it to be combined with neighbouring elements like a joint button or an indicator icon. It should be functional and stateless.Props
v-model
id
attr to the field that can then be used with<label>
Slots
Events
v-model
References
Implementation
The text was updated successfully, but these errors were encountered: