ng-dynamic-forms
ng-dynamic-forms copied to clipboard
Unable to set DynamicTextAreaModel properties - rows, cols, wrap
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
- cols
- rows
- wrap
Hello @libinvarghese ,
sorry for the late reply. Could you provide the model you are using or a little stackblitz?
Greetings
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
})
];
It doesn't seem to be implemented. Will mark this as suggestion for the moment.