Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

How can you pass the itemId value to this Stimulus controller from a Twig template using the Values API?

export default class extends Controller {
    static values = {
        itemId: Number
    }
}

userVoice