You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/examples/form-control-feature.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ Currently form control valid and disabled are supported.
6
6
7
7
### Disable a select
8
8
9
-
To disable a select. Use `disabled="true"` as an attribute on `nya-bs-select` element. the value of this attribute is a data-binding to current scope. So you can use model to control
10
-
an select being disabled or enabled. Note that `ng-disabled`are not supported.
9
+
To disable a select. Use `ng-disabled="true"` as an attribute on `nya-bs-select` element. the value of this attribute is a data-binding to current scope. So you can use model to control
10
+
an select being disabled or enabled. Note that in the early version `disabled`is used to support this feature, you can still use disabled but this could cause buggy in IE.
0 commit comments