mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 12:33:22 +08:00
npm run format
This commit is contained in:
parent
8e1599a684
commit
c227bcfbe2
|
@ -35,7 +35,7 @@ export default class Select extends Component {
|
|||
return (
|
||||
<span className={classList('Select', wrapperClassName, wrapperClass)} {...wrapperAttrs}>
|
||||
<select
|
||||
className={classList("Select-input FormControl", className, _class)}
|
||||
className={classList('Select-input FormControl', className, _class)}
|
||||
onchange={onchange ? withAttr('value', onchange.bind(this)) : undefined}
|
||||
value={value}
|
||||
disabled={disabled}
|
||||
|
|
Loading…
Reference in New Issue
Block a user