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 11pod '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 {
1515 @cssProperty helperColor : Color ;
1616 @cssProperty counterMaxLength : number ;
1717 @cssProperty errorColor : Color ;
18- @cssProperty floating : boolean ;
18+ @cssProperty floating : boolean = true ;
1919 @cssProperty placeholderColor : Color ;
2020 @cssProperty variant : 'outline' | 'underline' | 'filled' | 'none' = 'filled' ;
2121 @cssProperty error : string ;
You can’t perform that action at this time.
0 commit comments