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:
TukanDev
2022-07-05 20:23:20 +02:00
parent 8f6ae91a8a
commit 2af33ccc33
5 changed files with 47 additions and 6 deletions

View File

@@ -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}