angular-ui/ui-grid

rowedit saverow ignoring whitespaces both at the leading and trailing

Open

#6.822 geöffnet am 3. Aug. 2018

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
good first issueneeds: analysis

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi, I am using saverow feature of rowEdit inside ui-grid. There is a requirement for us to support blank values, whitespaces at the begining and trailing but UIgrid saw row removes the whitespace before sending value to save row. I tried adding the css whitespace:pre. Is there anything I am missing ?

Contributor Guide