You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems it's not taking selectizeOptions in count. Any idea on how to make this work avoiding the .map?
Thanks!
PS: I can't make the mapping in the server and publishing it, I need _id and name values to stay put for showing, editing and other operations.
PS2: yep, I could replicate _id and name in value and label but it seems too much hardcore to me...
The text was updated successfully, but these errors were encountered:
Hi,
Not sure if this project is still active... would be good to know :)
I'm having an issue with
selectizeOptions
, if I define a field this way:It works like a charm (slow, due to mapping I guess...). If I define it this way (to avoid mapping the entire collection):
It doesn't work showing this kind of error on clients console (just one line here, it shows one line per item in the Projects collection):
It seems it's not taking
selectizeOptions
in count. Any idea on how to make this work avoiding the .map?Thanks!
PS: I can't make the mapping in the server and publishing it, I need _id and name values to stay put for showing, editing and other operations.
PS2: yep, I could replicate
_id
andname
invalue
andlabel
but it seems too much hardcore to me...The text was updated successfully, but these errors were encountered: