You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to react-templates. How would I put something like this in a
template:
<Select name="form-field-name" value={value} onChange={this.handleChange}
options={[ { value: 'one', label: 'One' }, { value: 'two', label: 'Two' },
]} />
When I put this in, it throws an error. Any help appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#237>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACemK7T5dnzLMiuDbXWAAWxtwp7k4-elks5tnKlLgaJpZM4TOLu8>
.
Hi,
I am new to react-templates. How would I put something like this in a template:
<Select name="form-field-name" value={value} onChange={this.handleChange} options={[ { value: 'one', label: 'One' }, { value: 'two', label: 'Two' }, ]} />
When I put this in, it throws an error. Any help appreciated!
The text was updated successfully, but these errors were encountered: