cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Add FilteredSelectListAttribute, similar to SelectListAttribute but for filtered/paged data

Open HeyJoel opened this issue 6 years ago • 0 comments

We already have a UI control for paged select lists in the admin panel, so it shouldn't be too much effort to create a FilteredSelectListAttribute to allow this to be used from a data model. IListOptionApiSource could be an inspiraton for how to add the data source properties.

HeyJoel avatar Aug 29 '18 13:08 HeyJoel