| Index: ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
|
| diff --git a/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
|
| index 6273eccd140e1b9f7332ad15b5f1c5ab75fb9ea9..362d0c767896ae3927d87c85423456e9191fb079 100644
|
| --- a/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
|
| +++ b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
|
| @@ -28,6 +28,14 @@ Polymer({
|
| },
|
|
|
| /**
|
| + * Propagate the no-label-float property.
|
| + */
|
| + noLabelFloat: {
|
| + type: Boolean,
|
| + value: false
|
| + },
|
| +
|
| + /**
|
| * Set to true to mark the input as required.
|
| */
|
| required: {
|
|
|