plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@nativescript/datetimepicker] Class '-border' not applying style as per the parent TextField

Open neoknip opened this issue 4 years ago • 2 comments

Hi, When I use class '-border' for the fields, it is not having the same styling as the parent TextField. When the date is not picked, it has a underline stroke and after picked it has non rounded borders.

<DatePickerField class="nt-input -border" hint="Enter date of birth" formControlName="dateOfBirth" required keyboardType="datetime" returnKeyType="next" [isEnabled]="!updatingTraderDetails"> </DatePickerField>

Also when the device is in light mode (white background) can't see any elements of the field [Check the Date of Birth Field] below

image image image image

neoknip avatar Jan 13 '21 05:01 neoknip

How did you style the color of the icon?

ninahorne avatar Apr 23 '21 13:04 ninahorne

I think it could be the same problem as I described here: https://github.com/NativeScript/plugins/issues/34#issuecomment-1081736598

alexander-mai avatar Mar 29 '22 11:03 alexander-mai