Skip to content

Commit e69ca0b

Browse files
author
Masakorala, Manoj
committed
input feild disabled
1 parent 32c46f0 commit e69ca0b

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

examples/src/js/BasicExample.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ const nodes = [
99
"children": [
1010
{
1111
"label": "Fully Flexible",
12-
"value": "f922f8df.140.arise-861"
12+
"value": "f922f8df.140.arise-861",
13+
"disabled": true
1314
}
1415
],
1516
"value": "f922f8df.140",
16-
"label": "1 Bedroom Apartment"
17+
"label": "1 Bedroom Apartment",
18+
"disabled": true
1719
},
1820
{
1921
"children": [
2022
{
2123
"label": "Long Stay 7+ Flexible",
22-
"value": "f922f8df.143.arise-863"
24+
"value": "f922f8df.143.arise-863",
25+
2326
},
2427
{
2528
"label": "Fully Flexible",

lib/index.browser.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/TreeNode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class TreeNode extends React.Component {
259259
<Select
260260
className="basic-singl-select"
261261
classNamePrefix="select"
262-
isDisabled={isDisabled}
262+
isDisabled={disabled}
263263
isLoading={isLoading}
264264
isClearable={isClearable}
265265
isRtl={isRtl}

0 commit comments

Comments
 (0)