If you are using react hooks, here is how you can get the selected values from the react-select with isMulti prop. import React, {useState} from 'react'; ...
確定! 回上一頁