Allows disabling input
This commit is contained in:
@@ -76,6 +76,7 @@ define([
|
|||||||
}
|
}
|
||||||
|
|
||||||
let select2Options = {
|
let select2Options = {
|
||||||
|
disabled: this.props.disabled || false,
|
||||||
width: (this.props.width || ''),
|
width: (this.props.width || ''),
|
||||||
placeholder: {
|
placeholder: {
|
||||||
id: '', // the value of the option
|
id: '', // the value of the option
|
||||||
|
Reference in New Issue
Block a user