ckanext-scheming icon indicating copy to clipboard operation
ckanext-scheming copied to clipboard

Multiple text field is breaking string into a list of single characters

Open guilhermeiablo opened this issue 4 years ago • 0 comments

Hi all, I'm trying to implement a multiple_text field but I'm getting a weird behaviour. The field shows fine, but once I hit submit, the actual data stored is not what was typed in. For instance, if I wanted to have the value "1. Rio", what I end up getting is "1.R 2.i 3.o". I'm running the latest master branch of scheming on CKAN 2.9.4

guilhermeiablo avatar Nov 30 '21 11:11 guilhermeiablo