Hook to compute items from either a static array or a dynamic function. Prevents infinite render loops by:
Static array or function that returns array of items
The global UI state object
The current field value (derived from state[name])
The computed items array or undefined
Hook to compute items from either a static array or a dynamic function. Prevents infinite render loops by: