udos86 / ng-dynamic-forms

Rapid form development library for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding a backslash into inputs duplicates the backslash for all inputs

drkhannah opened this issue · comments

I'm submitting a


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

I'm using


NG Dynamic Forms Version: `13.0.0`

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

Description

when adding a Backslash into text inputs it duplicates the backslash, how do i prevent this?

here is an example of my form object when putting only one backslash into the input

"CLINICAL_QUESTIONS": { "CLINICAL_COMMENTS": "test\\test", "FASTING": "Not Indicated" }

anyone have a solution to this problem?