You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/21 12:37:18 UTC

[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #602: Fixes an issue that could not search on zone select

davidjumani commented on a change in pull request #602:
URL: https://github.com/apache/cloudstack-primate/pull/602#discussion_r474669372



##########
File path: src/views/image/RegisterOrUploadTemplate.vue
##########
@@ -94,6 +94,10 @@
                   }]"
                   :loading="zones.loading"
                   mode="multiple"
+                  optionFilterProp="children"
+                  :filterOption="(input, option) => {
+                    return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
+                  }"

Review comment:
       @utchoang Could you add the same to zone selection in line 130 ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org