Marco DeLuca
Marco DeLuca
Working off your dist example (index.html) to recreate the issue: Add a bunch of content BELOW your wizard form, enough to force a scroll bar. Now do a hard refresh....
Setting the name field doesnt work: `` This will work if the data uses "text": `list: [ { "id": 1, "text": "one" }, { "id": 2, "text": "two" }, {...
I get the following warning when my v-model value is an integer: Invalid prop: type check failed for prop "modelValue". Expected String | Array, got Number with value 1. Am...
Hey there, Curious to check out the app just for fun. I'm getting a permission denied, something to do with the firebase connection. Your setup instructions: Rename src/firebase/settings.js.sample to src/firebase/settings.js...
Trying to share a single image to pinterest using the following: ``` $(".shareimg").each(function() { $(this).jsSocials({ shares: ["pinterest"], url: $(this).data("url"), shareIn: "popup" }); }); ``` Result is showing the image, sometimes...
I need to add menu items for the same internal content entry and the component does not allow this. I'm assuming this is intentional? I do not see any setting...