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
| fieldAddonLeft | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the left side of the Text Field |
25
26
| fieldAddonRight | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the right side of the Text Field |
@@ -81,6 +82,7 @@ The given component can be used to fill numeric values, it can be applied to fie
81
82
| description | String | A description, can be HTML |
| fieldAddonLeft | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the left side of the Number Field |
86
88
| fieldAddonRight | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the right side of the Number Field |
@@ -147,6 +149,7 @@ For some use cases, the developer need to use a encrypted UI input field to fill
147
149
| pattern | String (regEx) | Reg Ex used to validate the input |
| fieldAddonLeft | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the left side of the Password Field |
152
155
| fieldAddonRight | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the right side of the Password Field |
@@ -190,6 +193,7 @@ The TextArea component is a multiline text field with a border and optional scro
| fieldAddonLeft | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the left side of the Text Area |
195
199
| fieldAddonRight | String |[Extend form controls](http://getbootstrap.com/components/#input-groups) by adding text on the right side of the Text Area |
0 commit comments