Replace control.options prop with getter to support dynamic LOVs
Proposal is about the control API to return getter function to automatically fetch options w/o knowledge about control type (static/dynamic).
Basically it must replicate the functionality of applet API (current getLOV method), but on the control level (e.g. new getOptions method).
Replace control.options prop with getter to support dynamic LOVs
Proposal is about the control API to return getter function to automatically fetch options w/o knowledge about control type (static/dynamic).
Basically it must replicate the functionality of applet API (current
getLOVmethod), but on the control level (e.g. newgetOptionsmethod).