Hi Team,
We have modified the Postal Code field using CacheAttached to make it a selector, and it is working fine in Classic UI.
However, in Modern UI it is still behaving like a normal text field.
In the TS file, I added:
@controlConfig({ allowEdit: true })
PostalCode: PXFieldState<PXFieldOptions.CommitChanges>;
But the selector is not getting applied.
Could someone help how to convert Modern UI to support selector fields?
Classic UI

Thanks In advance!