Skip to content

Commit

Permalink
chore: improves wording in appearance (#4274)
Browse files Browse the repository at this point in the history
This is not correct/finished.

The motivation behind this change is that when reading the
[description](https://eufemia.dnb.no/uilib/extensions/forms/Form/Appearance/info/#description),
I don't easily understand which Field.X-components I can use or not with
the `Form.Appearance`.

The description doesn't use commonly known names in the forms world as
base fields or feature fields, etc, but it rather says `provides theming
of sizes of input fields, including Autocomplete and Dropdown`,
thoughts:
- What's input fields?
- Why do we mention the base Eufemia component Autocomplete, instead of
the Field equivalent?
- Why do we mention the base Eufemia component Dropdown, instead of the
Field equivalent?

---------

Co-authored-by: Tobias Høegh <[email protected]>
  • Loading branch information
langz and tujoworker authored Nov 13, 2024
1 parent e4594ac commit 0f60072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ showTabs: true

`Form.Appearance` is a provider for theming form fields.

For now, it only provides theming of sizes of input fields, including Autocomplete and Dropdown. See example below.
For now, it only provides theming of sizes for [base fields](/uilib/extensions/forms/base-fields/) and all [feature fields](/uilib/extensions/forms/feature-fields/) that utilize them. See example below.

You can nest `Form.Appearance` to provide different themes for different parts of the form.

Expand Down

0 comments on commit 0f60072

Please sign in to comment.