diff --git a/bun.lockb b/bun.lockb new file mode 100644 index 00000000..f206e932 Binary files /dev/null and b/bun.lockb differ diff --git a/src/index.js b/src/index.js index a5fd5ab7..c02325a5 100644 --- a/src/index.js +++ b/src/index.js @@ -486,6 +486,7 @@ export class Select extends Component { name={this.props.name} required={this.props.required} pattern={this.props.pattern} + maxLength={this.props.maxLength} defaultValue={ this.state.values.map((value) => value[this.props.labelField]).toString() || [] }