simonguo on FormControl-Toggle
Update src/FormControl/test/For… (compare)
SevenOutman on main
Fix issue 3042 (#3044) * fix(T… (compare)
SevenOutman on 3042
Typo issue in popover documentation under Default Examples.
default is spelled as defalut
const instance = (
<div style={{ height: 100, position: 'relative' }}>
<Popover title="Title" visible>
<p>This is a defalut Popover </p>
<p>Content</p>
</Popover>
</div>
);
ReactDOM.render(instance);
<SelectPicker
data={data}
searchable={false}
cleanable={false}
defaultValue={props.defaultValue.toString()}
/>