Brian Gaines

Results 4 comments of Brian Gaines

I have a textarea working... `` ``` var input = document.getElementById("mytextarea"); input.addEventListener("awesomplete-selectcomplete", function (e) { input.value = input.value.replace(/\[\[/g, "["); }, false); new Awesomplete(input, { list: [ { label: "CiJ", value:...

What are folks gravitating to pull content from Hygraph if it's not for this plugin? Roll your own? Any example repos from folks who are still pulling this data on...

> @briang123 @augustynglowacki Did anyone find a workout to upgrade to Gatsby 5? I have not.