ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Add onChangeText #82

Closed mitchellvitez closed 7 years ago

mitchellvitez commented 7 years ago

Useful for sending a msg containing text a user entered into a textInput (e.g. when filtering a list based on a user-entered query)

ohanhi commented 7 years ago

This is great, thank you!