Basicly an input where you can select the input type.
<InputControl
	label="InputControl"
	labelPosition="top"
	value=""
	type="email"
	isPressEnterToChange
	onChange={ ( nextValue ) => console.log(nextValue) }
/>
Has handy props as “isPressEnterToChange” and “labelPosition”.
Is an experimental component. Use “__experimentalInputControl” to import it.