diff --git a/.changeset/fluffy-cameras-drum.md b/.changeset/fluffy-cameras-drum.md new file mode 100644 index 00000000..03696851 --- /dev/null +++ b/.changeset/fluffy-cameras-drum.md @@ -0,0 +1,6 @@ +--- +'@crowdstrike/ember-toucan-core': patch +'@crowdstrike/ember-toucan-form': patch +--- + +Add a lock icon to readonly and disabled states for all form components. diff --git a/docs/components/checkbox-field/index.md b/docs/components/checkbox-field/index.md index 20eed1c0..e0e6cb38 100644 --- a/docs/components/checkbox-field/index.md +++ b/docs/components/checkbox-field/index.md @@ -204,7 +204,7 @@ Target the error block via `data-error`.
- <:label>Label + <:label>Label <:hint>Select link
diff --git a/docs/components/checkbox-group-field/index.md b/docs/components/checkbox-group-field/index.md index 1f232588..02c24487 100644 --- a/docs/components/checkbox-group-field/index.md +++ b/docs/components/checkbox-group-field/index.md @@ -237,7 +237,7 @@ Consumers have direct access to the underlying [checkbox element](https://develo - <:label>Label + <:label>Label <:hint>Select an option link diff --git a/docs/components/file-input-field/index.md b/docs/components/file-input-field/index.md index 8d4eb041..5fff82fb 100644 --- a/docs/components/file-input-field/index.md +++ b/docs/components/file-input-field/index.md @@ -250,7 +250,7 @@ Target the trash icon button via `data-delete-file`. @deleteLabel='Delete file' @trigger='Browse Files' > - <:label>Label + <:label>Label <:hint>Hint text link diff --git a/docs/components/input-field/index.md b/docs/components/input-field/index.md index 0833a4e2..17734506 100644 --- a/docs/components/input-field/index.md +++ b/docs/components/input-field/index.md @@ -177,7 +177,7 @@ Target the error block via `data-error`.
- <:label>Label + <:label>Label <:hint>Hint text link
diff --git a/docs/components/radio-field/index.md b/docs/components/radio-field/index.md index f5908192..f758c31d 100644 --- a/docs/components/radio-field/index.md +++ b/docs/components/radio-field/index.md @@ -186,7 +186,7 @@ Target the hint block via `data-hint`. @name='options-b' @value='option-1' > - <:label>Label + <:label>Label <:hint>Hint text link diff --git a/docs/components/radio-group-field/index.md b/docs/components/radio-group-field/index.md index 8e27c86b..f0d2fe23 100644 --- a/docs/components/radio-group-field/index.md +++ b/docs/components/radio-group-field/index.md @@ -245,7 +245,7 @@ Consumers have direct access to the underlying [radio element](https://developer - <:label>Label + <:label>Label <:hint>Select an option link diff --git a/docs/components/textarea-field/index.md b/docs/components/textarea-field/index.md index ef1598b6..c560c8a1 100644 --- a/docs/components/textarea-field/index.md +++ b/docs/components/textarea-field/index.md @@ -198,7 +198,7 @@ Target the error block via `data-error`.
- <:label>Label + <:label>Label <:hint>Select an option link
@@ -242,7 +242,7 @@ Target the error block via `data-error`. /> -### TextareaField with character count +### TextareaField with character count
-### TextareaField with character count with a single error +### TextareaField with character count with a single error
-### TextareaField with character count with multiple errors +### TextareaField with character count with multiple errors