File tree Expand file tree Collapse file tree 6 files changed +3490
-2481
lines changed
bottomsheet/platforms/ios Expand file tree Collapse file tree 6 files changed +3490
-2481
lines changed Original file line number Diff line number Diff line change 1
- pod 'MaterialComponents/BottomSheet'
1
+ pod 'MaterialComponents/BottomSheet+ShapeThemer '
Original file line number Diff line number Diff line change 1
- pod 'MaterialComponents/Cards+Theming'
1
+ pod 'MaterialComponents/Cards+Theming'
Original file line number Diff line number Diff line change 1
1
pod 'MaterialComponents/BottomNavigation+Theming'
2
- pod 'MaterialComponents/Tabs+TabBarView '
2
+ pod 'MaterialComponents/Tabs+TabBarViewTheming '
Original file line number Diff line number Diff line change 1
- pod 'MaterialComponents/TextFields+Theming'
1
+ pod 'MaterialComponents/TextControls+FilledTextFields'
2
+ pod 'MaterialComponents/TextControls+UnderlinedTextFields'
3
+ pod 'MaterialComponents/TextControls+OutlinedTextFields'
4
+ pod 'MaterialComponents/TextControls+FilledTextFieldsTheming'
5
+ pod 'MaterialComponents/TextControls+UnderlinedTextFieldsTheming'
6
+ pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export abstract class TextFieldBase extends NTextField {
15
15
@cssProperty helperColor : Color ;
16
16
@cssProperty counterMaxLength : number ;
17
17
@cssProperty errorColor : Color ;
18
- @cssProperty floating : boolean ;
18
+ @cssProperty floating : boolean = true ;
19
19
@cssProperty placeholderColor : Color ;
20
20
@cssProperty variant : 'outline' | 'underline' | 'filled' | 'none' = 'filled' ;
21
21
@cssProperty error : string ;
You can’t perform that action at this time.
0 commit comments