mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
add name prop to Search component
This commit is contained in:
parent
b5b392963e
commit
90d983216d
5 changed files with 2975 additions and 1522 deletions
6
types/Search/Search.svelte.d.ts
vendored
6
types/Search/Search.svelte.d.ts
vendored
|
@ -93,6 +93,12 @@ export interface SearchProps {
|
|||
*/
|
||||
id?: string;
|
||||
|
||||
/**
|
||||
* Specify a name attribute for the input
|
||||
* @default undefined
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* Obtain a reference to the input HTML element
|
||||
* @default null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue