-
According to the played song, the setlist must be extended with a Spotify URL
-
GIVEN that the user has songs in their library
WHEN they create a setlist
THEN they should be able to check off songs from their library that they would like to add
-
There is an issue with setting CheckBox values from JSON array
myJson = '{"group-a":[{"text-input1":"1","text-input2":"27","checkBox":["on"]}]}';
All values to input get set normaly. CheckBox st…
-
should it also include requests?
-
-
After I mentioned :
```
{state.map((item) => (
{item.name}
))}
```
It doesn't aligned as expected why?
-
Create the core set setlist and finalize its list so artwork can begin being produced.
**Common**
- Air
- Alex
- Allium
- Andesite
- Andesite Wall
- Azalea Leaves
- Azure Bluet
- Bat
…
-
-
```
var fnObj = {
pageStart: function(){
fnObj.tree1();
/* var List =[{"no":1,"nodeName":"회원관리","pno":0},{"no":2,"nodeName":"프로그램관리",…
-
I'm running into a situation where I need to pass a prop to the CustomComponent. I've looked through the documentation and I couldn't find a solution, I'm hoping you guys know something and I might ha…