mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 循环依赖问题 & 关闭 useMobileUI (#2973)
This commit is contained in:
parent
d20f613a18
commit
eb38a50763
@ -20,7 +20,7 @@ import {range} from '../utils/helper';
|
||||
import {themeable, ThemeProps} from '../theme';
|
||||
import {localeable, LocaleProps} from '../locale';
|
||||
import useTouch from '../hooks/use-touch';
|
||||
import {Button} from '.';
|
||||
import Button from './Button';
|
||||
|
||||
export interface PickerColumnProps extends ThemeProps, LocaleProps {
|
||||
mobileClassName?: string;
|
||||
|
@ -770,7 +770,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
|
||||
hideSelected,
|
||||
renderMenu,
|
||||
mobileClassName,
|
||||
useMobileUI = true
|
||||
useMobileUI = false
|
||||
} = this.props;
|
||||
const {selection} = this.state;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user