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 Markdown Example to Correctly Handle Text Input #167

Closed natalynyu closed 5 months ago

natalynyu commented 5 months ago

Description

Currently, the Modal Open/Close effects example's TextInput is not set up correctly, because the wrong attribute is being used in the TextInput component. Instead of onChange, it is trying to use changeHandler as the property name.

To Reproduce

Expected Behavior

We expect for the text input field to be responsive to key strokes.

Actual Behavior

The text field input is not responsive to key strokes.

Screenshots

Platform:

Additional Information