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

DataForm - labelHidden editor style does not work on android #584

Open kryzys69 opened 6 years ago

kryzys69 commented 6 years ago

labelHidden editor style is not applied on Android... label is still visible

<TKEntityProperty tkPropertyGroupProperties displayName="Miejsce" imageResource="res://ic_location_city" name="city" index="1">
    <TKPropertyEditor tkEntityPropertyEditor type="Label">
        <TKPropertyEditorStyle tkPropertyEditorStyle labelHidden="true"></TKPropertyEditorStyle>
    </TKPropertyEditor>
</TKEntityProperty>

other styles, such as labelPostion are applied correctly.

    "@angular/animations": "5.2.4",
    "@angular/common": "5.2.4",
    "@angular/compiler": "5.2.4",
    "@angular/core": "5.2.4",
    "@angular/forms": "5.2.4",
    "@angular/http": "5.2.4",
    "@angular/platform-browser": "5.2.4",
    "@angular/platform-browser-dynamic": "5.2.4",
    "@angular/router": "5.2.4",
    "@ngrx/effects": "^5.1.0",
    "@ngrx/entity": "^5.1.0",
    "@ngrx/router-store": "^5.0.1",
    "@ngrx/store": "^5.1.0",
    "moment": "^2.21.0",
    "nativescript-angular": "5.2.0",
    "nativescript-bottom-navigation": "^1.2.0",
    "nativescript-ngx-fonticon": "^4.0.0",
    "nativescript-theme-core": "1.0.4",
    "nativescript-ui-dataform": "^3.5.2",
    "nativescript-ui-listview": "^3.5.2",
    "nativescript-ui-sidedrawer": "^3.5.1",
    "reflect-metadata": "0.1.12",
    "rxjs": "5.5.6",
    "tns-core-modules": "^3.4.1",
    "zone.js": "0.8.20"
tsonevn commented 6 years ago

Hi @kryzys69, Thank you for reporting this issue. I was able to reproduce it in a non-Angular project as well.

Please keep track on the issue for further info.