mirror of
https://github.com/mue/mue.git
synced 2026-07-11 18:31:47 +02:00
fix: various fixes and date zero-padded feature
This commit is contained in:
@@ -18,6 +18,10 @@ export default class Dropdown extends React.PureComponent {
|
||||
onChange = (e) => {
|
||||
const { value } = e.target;
|
||||
|
||||
if (value === window.language.modals.main.loading) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.setState({
|
||||
value: value,
|
||||
title: e.target[e.target.selectedIndex].text
|
||||
|
||||
Reference in New Issue
Block a user