Merge pull request #5227 from felldo/input-props-doc

Remove missed inputProps from InputSwitch
pull/5232/head
Tuğçe Küçükoğlu 2024-02-07 08:54:40 +03:00 committed by GitHub
commit c1e3eba774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -7,7 +7,6 @@
* @module inputswitch
*
*/
import { InputHTMLAttributes } from 'vue';
import { ComponentHooks } from '../basecomponent';
import { PassThroughOptions } from '../passthrough';
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
@ -136,10 +135,6 @@ export interface InputSwitchProps {
* Inline style of the input field.
*/
inputStyle?: object | undefined;
/**
* Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/