Skip to content

Commit c777556

Browse files
committed
Add 'since' comment to TypedInput docs
1 parent 838da06 commit c777556

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api/ui/typedInput/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ $(".input").typedInput({
117117

118118
#### <a href="#methods-disable" name="methods-disable">disable()</a>
119119

120+
*Since Node-RED 1.2.7*
121+
120122
Disable the typedInput when it is currently enabled.
121123

122124
```javascript
@@ -125,6 +127,8 @@ $(".input").typedInput('disable');
125127

126128
#### <a href="#methods-disabled-get" name="methods-disabled-get">disabled()</a>
127129

130+
*Since Node-RED 1.2.7*
131+
128132
<span class="method-return">Returns: Boolean</span>
129133

130134
Gets whether the typedInput is currently disabled or not.

0 commit comments

Comments
 (0)