ng-dynamic-forms icon indicating copy to clipboard operation
ng-dynamic-forms copied to clipboard

Unable to set DynamicTextAreaModel properties - rows, cols, wrap

Open libinvarghese opened this issue 6 years ago • 3 comments

I'm submitting a


[X] Bug / Regression
[ ] Feature Request / Proposal

I'm using


NG Dynamic Forms Version: `7.1.1`

[ ] Basic UI
[ ] Bootstrap UI  
[ ] Foundation UI
[X] Ionic UI
[ ] Kendo UI
[ ] Material  
[ ] NG Bootstrap
[ ] Prime NG

Description

In Textarea, ie DynamicIonicTextAreaComponent, the below DynamicTextAreaModel properties are not being set

  1. cols
  2. rows
  3. wrap

libinvarghese avatar Apr 25 '19 21:04 libinvarghese

Hello @libinvarghese ,

sorry for the late reply. Could you provide the model you are using or a little stackblitz?

Greetings

Karamuto avatar Apr 30 '19 05:04 Karamuto

This Stackblitz project, shows the Dynamic Ionic Text Area vs Ionic Text Area

    formModel: DynamicFormModel = [
      new DynamicTextAreaModel({
        label: "Dynamic Text Area",
        placeholder: "Dynamic Text Area",
        id: "description",
        rows: 5,
        cols: 20
      })
    ];

libinvarghese avatar May 07 '19 09:05 libinvarghese

It doesn't seem to be implemented. Will mark this as suggestion for the moment.

Karamuto avatar May 15 '19 07:05 Karamuto