mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 03:02:45 +08:00
npm run format
This commit is contained in:
parent
f949b0a28e
commit
81e6b17f83
|
@ -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