This markup:
<uif-textfield uif-label="This is the label" ng-model="textValue" uif-description="This is the description" />
Renders this:
textValue: {{textValue}}
This markup:
<uif-textfield uif-label="This is the label" uif-underlined />
Renders this:
This markup:
<uif-textfield uif-label="This is the label" uif-description="This is the description" uif-multiline="true" />
Renders this:
This markup:
<uif-textfield uif-label="This is the label" required />
Renders this:
This markup:
<uif-textfield uif-label="This is the label" ng-disabled="disabled"/>
Renders this:
Disabled
This markup:
<uif-textfield uif-label="This is the label" disabled />
Renders this:
This markup:
<uif-textfield placeholder="This is the placeholder" />
Renders this:
This markup:
<uif-textfield uif-label="This is the label" uif-type="password" />
Renders this:
This markup:
<uif-textfield uif-label="This is the label" uif-type="{{fieldType}}" />
Renders this: