seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix Modal Example #168

Closed natalynyu closed 8 months ago

natalynyu commented 8 months ago

Describe your changes

Previously, the Modal Open/Close effects example's TextInput was not handling the input of text correctly, because the wrong attribute was being used in the TextInput component. Instead of onChange, it was trying to use changeHandler as the property name.

Types of changes

Checklist:

Priority:

Related Issues:

Fixes #167