Formik select example:

```jsx static
<FormikSelect name="name">
	<option value="val">Value</option>
</FormikSelect>
```
