I want to make the resource field a typeahead where I can type 3 letters and the drop down list gets updated with the resources that match the entered string. And i need to make this field to select only one resource at a time and not multiple. The following is a reference of how i want the resource field to look like. How will i be able to do this?
Re: Task edit modal resource field to be typeahead
features : {
eventEdit : {
items : {
// In our event editor, we'd like to match-any resource names
// not just match from start.
resourceField : {
primaryFilter : {
operator : '*'
}
}
}
}
},
ResourceFilter.png (25.32 KiB) Viewed 287 times
You may try in this online demo (Open editor at the top right corner)
If you don't want to change your data format to the inline resourceId in the event data, then you can configure the event store to only use single assignment: