fuma-nama / discord-bot-dashboard-next

The Most Powerful Discord bot Dashboard Template
https://demo-bot.vercel.app
MIT License
186 stars 76 forks source link

Forms' States (isRequired, isDisabled, ...) #45

Closed arkdev22 closed 7 months ago

arkdev22 commented 8 months ago

Hello. I don't quite understand where or how I can add states in the component forms that I will be using, for example isRequired, etc.

SwitchFieldForm

<SwitchFieldForm
  control={{ 
    label: 'Pinging', 
    description: 'Toggle the role pinging when a new fruit stock has arrived'
  }}
  controller={{
    control,
    name: 'ping_toggle',
  }}
/>

Again, using the provided code above, how or where should I add the states that I want to use in the form? Thank you!