From 20a06acd9d4020165f29d3398c470578d1d0a07c Mon Sep 17 00:00:00 2001 From: GOKUL J S <75000266+gokuljs-sm@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:03:18 +0530 Subject: [PATCH] Update NumericInput.js - Bugs on this script For the latest version of ionicons, the name property values doesn't have "md-*" --- NumericInput/NumericInput.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NumericInput/NumericInput.js b/NumericInput/NumericInput.js index 29255483..68c8b953 100644 --- a/NumericInput/NumericInput.js +++ b/NumericInput/NumericInput.js @@ -231,13 +231,15 @@ export default class NumericInput extends Component { else return ( this.ref = ref} onBlur={this.onBlur} onFocus={this.onFocus} /> )