Hi Everyone,
I am pretty new to semantic-ui and jQuery. I am trying to display contents of my static JSON file into dropdown list but can't work out how to do that.
My JSON file looks like this
[
{
"name": "Pink",
"value": "#FF69B4"
},
{
"name": "Blue",
"value": "#1B66F2"
},
{
"name": "Green",
"value": "#07BA16"
}
]
In the "Remote Settings" there is a setting called "Fields" but I am not sure how to use that.
Any ideas?
Thanks