Sylvain
Results
2
issues of
Sylvain
Export image for printing with a better sharpness can be done with a transform scale3d with a sharpness Factor (72dpi to 300dpi => 4 factor) I change export function to...
when array is object [{label: lorem, value:1}] puiautocomplete find [object object] In function puiautocomplete method search I change line 777 on v4.1.9: `data.push({label:sourceArr[i], value: item});` becomes: `data.push({label:itemLabel, value: item.value});` I...