Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Input with type number should return number after value change #100

Merged
merged 1 commit into from
Nov 3, 2017

Conversation

Madhu94
Copy link
Contributor

@Madhu94 Madhu94 commented Oct 19, 2017

Attempting to close plotly/dash#124. @chriddyp, please let me know if I should do something else here.

@@ -21,15 +21,22 @@ export default class Input extends Component {
render() {
const {
fireEvent,
setProps
setProps,
inputType
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chriddyp
Copy link
Member

chriddyp commented Nov 2, 2017

This looks great @Madhu94, thank you! Just one small comment about the prop name.

@Madhu94 Madhu94 force-pushed the cast-types-input-component branch from bf740f2 to 26aa9d0 Compare November 3, 2017 15:58
@Madhu94
Copy link
Contributor Author

Madhu94 commented Nov 3, 2017

@chriddyp Is this good to go now ?

@chriddyp
Copy link
Member

chriddyp commented Nov 3, 2017

Looks great @Madhu94 , thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input with type number returning unicode after first value change
2 participants