Teh SoTo
Teh SoTo
@indrimuska This has another issue as well. Selected options are removed after fetching in a multi selector. Same scenario. Same plunker. ### Steps to reproduce the issue 1. Click the...
@matt212 Try my fork. The problem was here: scope.updateSelected = function () { if (!scope.multiple) scope.selectedValues = (scope.options || []).filter(function (option) { return scope.optionEquals(option); }).slice(0, 1); else { var val;...
@jkodu oh wow, did you fix the remote fetching issue mentioned above? Can't get the options to load up on your example page.
@jervalles try this: ``` $fetch("/api/tool/data/city/", { query: { departmentcode: departmentsSelect.value?.code }, }), ``` Worked for me on Nuxt.
@0xAsimetriq > After a long while 😅 we got vue support coming in next major release of web3modal (3.0.0) no concrete deadline yet, but we are wrapping things up there....
@huozhi > 👋 Hi everyone! We heard your requests. > > We're introducing **Streaming Metadata** as the enhancement of the recent canary releases to improve metadata rendering performance. > >...