updateQueryHandler(value, props) {
            const query = props.customQuery || SingleList.defaultQuery;
            this.updateQuery({
                componentId: props.componentId,
                query: query(value, props),