Skip to content

TextInput - add missing events #482

Closed
@thrbnhrtmnn

Description

@thrbnhrtmnn

Description / User Story

The TextInput should at least have the following events:

  • onChange
  • onFocus
  • onSelect
  • onBlur

The events should be implemented similar to how it is currently already done for Checkbox, TextButton and IconButton. You can also see how the events are working in the vanilla js example application.

One finding we had there was that the events can not have the same name as the html events.


Acceptance Criteria

  • onChange event was implemented
  • onFocus event was implemented
  • onSelect event was implemented
  • onBlut event was implemented
  • Props Excel has been updated / comments have been resolved and props changed from red to black font color > @thrbnhrtmnn or @angelicahoyss cab support here

Background information

  • Link to props documentation (consider All Props page & Component page)

Metadata

Metadata

Assignees

Labels

⌨️ dev issueTask is for developers⭕ core team issueThis is for the core team and should not be done by contributors🎓 junior issueGood for juniors📋 task::readyTask is ready to be picked up or planned in

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions