File tree 3 files changed +14
-6
lines changed 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,11 @@ import Clear from '@site/static/usage/v8/input/clear/index.md';
83
83
84
84
Material Design offers filled styles for an input. The ` fill ` property on the input can be set to either ` "solid" ` or ` "outline" ` .
85
85
86
- Since the ` fill ` styles visually defines the input container, inputs that use ` fill ` should not be used in ` ion-item ` .
86
+ Filled inputs can be used on iOS by setting the input's ` mode ` to ` md ` .
87
87
88
- Filled inputs can be used on iOS by setting Input's ` mode ` to ` md ` .
88
+ ::: warning
89
+ Inputs that use ` fill ` should not be used in an ` ion-item ` due to styling conflicts between the components.
90
+ :::
89
91
90
92
import Fill from '@site/static /usage/v8/input/fill/index.md';
91
93
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ import ObjectValuesAndMultipleSelectionExample from '@site/static/usage/v8/selec
134
134
<ObjectValuesAndMultipleSelectionExample />
135
135
136
136
## Justification
137
-
137
+
138
138
Developers can use the ` justify ` property to control how the label and control are packed on a line.
139
139
140
140
import JustifyExample from '@site/static /usage/v8/select/justify/index.md';
@@ -145,7 +145,11 @@ import JustifyExample from '@site/static/usage/v8/select/justify/index.md';
145
145
146
146
Material Design offers filled styles for a select. The ` fill ` property on the select can be set to either ` "solid" ` or ` "outline" ` .
147
147
148
- Since the ` fill ` styles visually defines the select container, selects that use ` fill ` should not be used in ` ion-item ` .
148
+ Filled selects can be used on iOS by setting the select's ` mode ` to ` md ` .
149
+
150
+ ::: warning
151
+ Selects that use ` fill ` should not be used in an ` ion-item ` due to styling conflicts between the components.
152
+ :::
149
153
150
154
import FillExample from '@site/static /usage/v8/select/fill/index.md';
151
155
Original file line number Diff line number Diff line change @@ -67,9 +67,11 @@ import NoVisibleLabel from '@site/static/usage/v8/textarea/no-visible-label/inde
67
67
68
68
Material Design offers filled styles for a textarea. The ` fill ` property on the item can be set to either ` "solid" ` or ` "outline" ` .
69
69
70
- Since the ` fill ` styles visually defines the textarea container, textareas that use ` fill ` should not be used in ` ion-item ` .
70
+ Filled textareas can be used on iOS by setting the textarea's ` mode ` to ` md ` .
71
71
72
- Filled textareas can be used on iOS by setting Textarea's ` mode ` to ` md ` .
72
+ ::: warning
73
+ Textareas that use ` fill ` should not be used in an ` ion-item ` due to styling conflicts between the components.
74
+ :::
73
75
74
76
import Fill from '@site/static /usage/v8/textarea/fill/index.md';
75
77
You can’t perform that action at this time.
0 commit comments