Material-ui: [Select] onClose triggering before onChange in Select

Created on 7 Jul 2020  路  6Comments  路  Source: mui-org/material-ui

onChange event is getting fired after onClose event. This is a problem if we want to use state dependent on logic from onChange on the onClose callback.

  • [ ] The issue is present in the latest release.
  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Current Behavior 馃槸

onClose triggers before onChange

Expected Behavior 馃

onChange triggers before onClose

Steps to Reproduce 馃暪