Skip to content

Ability to add placeholder to SearchBox from config #1650

Closed
@MaxHershey

Description

@MaxHershey

Feature request

What problem does this feature solve?

Adds ability to add a placeholder to the search box component

What does the proposed API look like?

<SearchBox :placeholder="someStringHere" />
or

themeConfig: {
  search: {
     placeholder: someStringHere
  }
}

How should this be implemented in your opinion?

As a config object on the themeConfig

Are you willing to work on this yourself?

No

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions