React-select with Formik not updating select field but does everything else
问题 React-Select with Formik is not loading the selected value in select componenet but I'm able to get values on form submission and validation also works with Yup Here is a codesandbox demo for the same - https://codesandbox.io/s/wild-violet-fr9re https://codesandbox.io/embed/wild-violet-fr9re?fontsize=14 import React, { Component } from "react"; import { Formik, Form, ErrorMessage } from "formik"; import * as Yup from "yup"; import Select from "react-select"; const debug = true; class