Skip to content

Commit

Permalink
Fixed #2620 - pass standard props to the wrapping element (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Mar 31, 2022
1 parent 324c51a commit 8df826f
Show file tree
Hide file tree
Showing 56 changed files with 57 additions and 41 deletions.
1 change: 1 addition & 0 deletions components/doc/autocomplete/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ itemTemplate(item) {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLSpanElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/cascadeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ const countryOptionTemplate = (option) => {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/checkbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ const onCityChange = (e) => {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/datatable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2894,6 +2894,7 @@ export const DataTableStateDemo = () => {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ const groupedCities = [
</div>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ const header = (
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/inputswitch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ import { InputSwitch } from 'primereact/inputswitch';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
3 changes: 1 addition & 2 deletions components/doc/knob/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ import { Knob } from 'primereact/knob';
</CodeHighlight>

<h5>Properties</h5>
<p>Any property as style and class are passed to the main container element. Following are the
additional properties to configure the component.</p>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/multiselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ const groupedCities = [
</div>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/multistatecheckbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ import { MultiStateCheckbox } from 'primereact/multistatecheckbox';
</div>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/radiobutton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ import { RadioButton } from 'primereact/radiobutton';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/rating/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ import { Rating } from 'primereact/rating';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/selectbutton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ const itemTemplate = (option) => {
</div>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ import { Slider } from 'primereact/slider';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/togglebutton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ import { ToggleButton } from 'primereact/togglebutton';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/treeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ data() {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/treetable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2074,6 +2074,7 @@ export const TreeTableResponsiveDemo = () => {
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
1 change: 1 addition & 0 deletions components/doc/tristatecheckbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ import { TriStateCheckbox } from 'primereact/tristatecheckbox';
</CodeHighlight>

<h5>Properties</h5>
<p>Standard HTMLDivElement properties are passed to the wrapping div element.<br/>In addition the component uses these properties:</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<thead>
Expand Down
4 changes: 2 additions & 2 deletions components/lib/autocomplete/AutoComplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface AutoCompleteCompleteMethodParams {
query: string;
}

export interface AutoCompleteProps {
export interface AutoCompleteProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, 'onChange' | 'onSelect'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
value?: any;
Expand Down Expand Up @@ -106,6 +106,6 @@ export interface AutoCompleteProps {
onHide?(): void;
}

export declare class AutoComplete extends React.Component<AutoCompleteProps, any> {
export declare class AutoComplete extends React.Component<AutoCompleteProps, any> {
public search(event:React.SyntheticEvent, query:string, source: AutoCompleteSourceType): void;
}
2 changes: 1 addition & 1 deletion components/lib/autocomplete/AutoComplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export const AutoComplete = memo(forwardRef((props, ref) => {
const dropdown = createDropdown();

return (
<span ref={elementRef} id={idState} style={props.style} className={className} aria-haspopup="listbox" aria-expanded={overlayVisibleState} aria-owns={listId}>
<span {...ObjectUtils.findDiffKeys(this.props, AutoComplete.defaultProps)} ref={elementRef} id={idState} style={props.style} className={className} aria-haspopup="listbox" aria-expanded={overlayVisibleState} aria-owns={listId}>
{input}
{loader}
{dropdown}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/cascadeselect/CascadeSelect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface CascadeSelectChangeParams {

interface CascadeSelectGroupChangeParams extends CascadeSelectChangeParams { }

export interface CascadeSelectProps {
export interface CascadeSelectProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
style?: object;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/cascadeselect/CascadeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const CascadeSelect = memo(forwardRef((props, ref) => {
const overlay = createOverlay();

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
<div {...ObjectUtils.findDiffKeys(this.props, CascadeSelect.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
{keyboardHelper}
{labelElement}
{dropdownIcon}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/checkbox/Checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface CheckboxChangeParams {
target: CheckboxChangeTargetOptions;
}

export interface CheckboxProps {
export interface CheckboxProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
inputId?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Checkbox = memo(forwardRef((props, ref) => {
const icon = IconUtils.getJSXIcon(checked && props.icon, { className: 'p-checkbox-icon p-c' }, { props, checked });

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick} onContextMenu={props.onContextMenu} onMouseDown={props.onMouseDown}>
<div {...ObjectUtils.findDiffKeys(this.props, Checkbox.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick} onContextMenu={props.onContextMenu} onMouseDown={props.onMouseDown}>
<div className="p-hidden-accessible">
<input ref={inputRef} type="checkbox" id={props.inputId} name={props.name} tabIndex={props.tabIndex} defaultChecked={checked} aria-labelledby={props.ariaLabelledBy}
onKeyDown={onKeyDown} onFocus={onFocus} onBlur={onBlur} disabled={props.disabled} readOnly={props.readOnly} required={props.required} />
Expand Down
2 changes: 1 addition & 1 deletion components/lib/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ interface DataTableRowEditValidatorOptions {
props: DataTableProps;
}

export interface DataTableProps {
export interface DataTableProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'size' | 'onContextMenu'> {
id?: string;
value?: any[];
header?: DataTableHeaderTemplateType;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ export const DataTable = forwardRef((props, ref) => {
const reorderIndicators = createReorderIndicators();

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} data-scrollselectors=".p-datatable-wrapper">
<div {...ObjectUtils.findDiffKeys(this.props, DataTable.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} data-scrollselectors=".p-datatable-wrapper">
{loader}
{header}
{paginatorTop}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dropdown/Dropdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface DropdownFilterParams {
filter: string;
}

export interface DropdownProps {
export interface DropdownProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLSelectElement>;
name?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ export const Dropdown = memo(forwardRef((props, ref) => {
const clearIcon = createClearIcon();

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}
<div {...ObjectUtils.findDiffKeys(this.props, Dropdown.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}
onMouseDown={props.onMouseDown} onContextMenu={props.onContextMenu}>
{keyboardHelper}
{hiddenSelect}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/editor/Editor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface EditorSelectionChangeParams {
source: string;
}

export interface EditorProps {
export interface EditorProps extends React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement> {
id?: string;
value?: string;
style?: object;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const Editor = memo(forwardRef((props, ref) => {
const content = <div ref={contentRef} className="p-editor-content"></div>

return (
<div id={props.id} className={className} style={props.style}>
<div {...ObjectUtils.findDiffKeys(this.props, Editor.defaultProps)} id={props.id} className={className} style={props.style}>
{header}
{content}
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inputswitch/InputSwitch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface InputSwitchChangeParams {
target: InputSwitchChangeTargetOptions;
}

export interface InputSwitchProps {
export interface InputSwitchProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
style?: object;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inputswitch/InputSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const InputSwitch = memo(forwardRef((props, ref) => {
const inputSwitchProps = ObjectUtils.findDiffKeys(props, InputSwitch.defaultProps);

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}
<div {...ObjectUtils.findDiffKeys(this.props, InputSwitch.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}
role="checkbox" aria-checked={checked} {...inputSwitchProps}>
<div className="p-hidden-accessible">
<input ref={inputRef} type="checkbox" id={props.inputId} name={props.name} checked={checked} onChange={toggle}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/knob/Knob.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface KnobChangeParams {
value: number;
}

export interface KnobProps {
export interface KnobProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
style?: object;
className?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/knob/Knob.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const Knob = memo(forwardRef((props, ref) => {
const text = props.showValue && <text x={50} y={57} textAnchor={'middle'} fill={props.textColor} className={'p-knob-text'} name={props.name}>{valueToDisplay()}</text>

return (
<div ref={elementRef} id={props.id} className={className} style={props.style}>
<div {...ObjectUtils.findDiffKeys(this.props, Knob.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style}>
<svg viewBox="0 0 100 100" width={props.size} height={props.size} onClick={onClick} onMouseDown={onMouseDown} onMouseUp={onMouseUp}
onTouchStart={onTouchStart} onTouchEnd={onTouchEnd}>
<path d={rangePath} strokeWidth={props.strokeWidth} stroke={props.rangeColor} className={'p-knob-range'}></path>
Expand Down
2 changes: 1 addition & 1 deletion components/lib/listbox/ListBox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface ListBoxFilterValueChangeParams {
value: any;
}

export interface ListBoxProps {
export interface ListBoxProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
value?: any;
options?: any[];
Expand Down
2 changes: 1 addition & 1 deletion components/lib/listbox/ListBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const ListBox = memo(forwardRef((props, ref) => {
const header = createHeader();

return (
<div ref={elementRef} id={props.id} className={className} style={props.style}>
<div {...ObjectUtils.findDiffKeys(this.props, ListBox.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style}>
{header}
<div className={listClassName} style={props.listStyle}>
{list}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface MultiSelectAllParams {
checked: boolean;
}

export interface MultiSelectProps {
export interface MultiSelectProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLSelectElement>;
name?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const MultiSelect = memo(forwardRef((props, ref) => {
const clearIcon = createClearIcon();

return (
<div ref={elementRef} id={props.id} className={className} onClick={onClick} style={props.style}>
<div {...ObjectUtils.findDiffKeys(this.props, MultiSelect.defaultProps)} ref={elementRef} id={props.id} className={className} onClick={onClick} style={props.style}>
<div className="p-hidden-accessible">
<input ref={inputRef} id={props.inputId} name={props.name} readOnly type="text" onFocus={onFocus} onBlur={onBlur} onKeyDown={onKeyDown}
role="listbox" aria-labelledby={props.ariaLabelledBy} aria-expanded={overlayVisibleState} disabled={props.disabled} tabIndex={props.tabIndex} />
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multistatecheckbox/MultiStateCheckbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface MultiStateCheckboxChangeParams {
target: MultiStateCheckboxChangeTargetOptions;
}

export interface MultiStateCheckboxProps {
export interface MultiStateCheckboxProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
inputId?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multistatecheckbox/MultiStateCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const MultiStateCheckbox = memo(forwardRef((props, ref) => {
const icon = createIcon();

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
<div {...ObjectUtils.findDiffKeys(this.props, MultiStateCheckbox.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
<div className="p-hidden-accessible">
<input ref={inputRef} type="checkbox" aria-labelledby={props.ariaLabelledBy} id={props.inputId} name={props.name}
onFocus={onFocus} onBlur={onBlur} disabled={props.disabled} readOnly={props.readOnly} defaultChecked={!!selectedOption} />
Expand Down
2 changes: 1 addition & 1 deletion components/lib/radiobutton/RadioButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface RadioButtonChangeParams {
target: RadioButtonChangeTargetOptions;
}

export interface RadioButtonProps {
export interface RadioButtonProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'onChange'> {
id?: string;
inputRef?: React.Ref<HTMLInputElement>;
inputId?: string;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/radiobutton/RadioButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const RadioButton = memo(forwardRef((props, ref) => {
});

return (
<div ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
<div {...ObjectUtils.findDiffKeys(this.props, RadioButton.defaultProps)} ref={elementRef} id={props.id} className={className} style={props.style} onClick={onClick}>
<div className="p-hidden-accessible">
<input ref={inputRef} id={props.inputId} type="radio" aria-labelledby={props.ariaLabelledBy} name={props.name} defaultChecked={props.checked}
onFocus={onFocus} onBlur={onBlur} disabled={props.disabled} required={props.required} tabIndex={props.tabIndex} />
Expand Down
Loading

0 comments on commit 8df826f

Please sign in to comment.