mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-17 09:34:34 +01:00
Added documentation for react components under /common and fix for some leftover element id's on commonly used components that I missed.
This commit is contained in:
@@ -88,7 +88,6 @@ export default class DirInput extends React.Component<IProps, IState> {
|
||||
return (
|
||||
<div className='DirInput'>
|
||||
<TextInput
|
||||
id='commonDirInputText'
|
||||
value={this.state.value}
|
||||
placeholder={this.state.placeholder}
|
||||
clearable={this.props.clearable !== undefined ? this.props.clearable : true}
|
||||
|
||||
Reference in New Issue
Block a user