I need to dynamically filter a fields picklist values, I know how to do this with a custom field render but how can this be achieved during runtime from a custom snippet?
I tried editing the DOM but this appears to make the field invalid and never saves.
From a custom field render we access the field like : var field = arguments[0].
Now during runtime if I could access the field in a similar way it might be possible to call a custom render?
I tried model.getField(‘myField’) but this only gives back the metadata object of the field and
skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;
Question
Filter picklist options dynamically
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
