Open Taerarenai opened 5 years ago
it is already setting field as key, but if you want to set as text, you can find this file: https://github.com/kmees/formik-office-ui-fabric-react/blob/master/src/FormikDropdown.tsx
And change line 44 from "option!.key" to "option!.text" or implement your own on change function in your component
any idea on how to return both? {key and text} ?
Any tip on how i could change that?