We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a508 commit 702d2e7Copy full SHA for 702d2e7
1 file changed
samples/scheduling/calendar/formatting/src/index.tsx
@@ -25,7 +25,7 @@ export default class CalendarFormatting extends React.Component<any, any> {
25
public render(): JSX.Element {
26
return (
27
<div className="container sample">
28
- <IgrRadioGroup alignment="horizontal" style={{marginBottom: '10px'}}>
+ <IgrRadioGroup alignment="horizontal" style={{marginBottom: '10px'}} value={this.state.calendarLocale}>
29
<IgrRadio name="lang" value="en" checked={true} onChange={this.onRadioChange}>
30
<span>EN</span>
31
</IgrRadio>
0 commit comments