ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadDataForm Picker arrow not showing #1393

Closed jmdavid closed 4 years ago

jmdavid commented 4 years ago

The arrow is not showing in the picker.

Platform: Android

Progress NativeScript UI plugin version: "nativescript-ui-dataform": "^6.0.0",

pinkal23785 commented 3 years ago

The arrow is not showing in the picker.

Platform: Android

Progress NativeScript UI plugin version: "nativescript-ui-dataform": "^6.0.0",

did you got solution ? I am getting same issue in "nativescript-ui-dataform": "7.0.4 "

gustavotrott commented 1 year ago

For me it is caused by the @import '@nativescript/theme/css/core.css';.

specifically this style:

PickerField, DatePickerField, TimePickerField, DateTimePickerFields, DataFormEditorCore, RadAutoCompleteTextView {
  background-repeat: no-repeat;
  background-position: right center
}

But I'm not able to fix it... if I set any background* style to DataFormEditorCore, it stops to show the caret.