marinkotomic

Results 1 comments of marinkotomic

This problem persists to this day, Example: ```javascript const [test, setTest] = useState([]); {JSON.stringify(test)} {}} multiple={false} options={test} /> {setTest([{value:Math.random(), label: "RANDOM VALUE " + Math.random(), selected: true}])}}>TEST ``` When pressing...