Ecme logoEcme logo
Dashboard
    Ecommerce
    Project
    Marketing
    Analytic
Network
    BGP
      Peer
      RTBH
Netflow
    Dashboard
    Flow Analysis
      Top Talkers
      Flow Explorer
      IP Analyzer
    Threats
      Active Attacks
      Mitigation
    System
      Diagnostics
DPI
    Overview
    Traffic Logs
    Analysis
      IP Analysis
      Domain Check
      Unmapped ASNs
      Uncategorized Domains
    Threats
      Blacklists Data
      Blocklist Sources
      Threat Feeds
    Configuration
      Senders
      Ignored Domains
      Webhooks & Alerts
      System Maintenance
    Datasets
      IP Dataset
      Domain Dataset
Concepts
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
UI Components
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Carousel
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
Authentication
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
Others
    Access Denied
    Landing
Guide
    Documentation
    Shared Component
    Utilities
    Changelog
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy
Components
AbbreviateNumberActionLinkAdaptiveCardAffixAuthorityCheckCalendarViewChartConfirmDialogContainerCustomFormatInputDataTableDebounceInputDoubleSidedImageEllipsisButtonGanttChartGrowShrinkValueIconTextImageGalleryLoadingMasonryMediaSkeletonNavToggleNumericInputOtpInputPasswordInputPatternInputRegionMapRichTextEditorSegmentItemOptionStickyFooterSyntaxHighlighterUsersAvatarGroup

FormNumericInput

FormCustomFormatInput wrapped Input component with react-number-format, refer to the official doc for more usage example .

Basic

Basic usage of FormNumericInput, all react-number-format props can be apply to this component as well.

WithForm

Example usage with React Hook Form

API

FormNumericInput
PropDescriptionTypeDefault
inputPrefixRender a prefix content inside Inputstring | ReactNode-
inputSuffixRender a suffix content inside Inputstring | ReactNode-
thousandSeparatorWhether to enable thousandSeparator, also allow custom characterboolean | string-
decimalSeparatorDecimal separator symbolstring-
allowedDecimalSeparatorsCharacters which when pressed result in a decimal separator. When missing, decimal separator and '.' are usedArray-
thousandsGroupStyleDefines the thousand grouping style'thousand' | 'lakh' | 'wan' | 'none'-
decimalScaleIf defined, it limits the number of digits after the decimal pointnumber-
fixedDecimalScaleIf set to true, it adds trailing 0s after decimalSeparator to match given decimalScaleboolean-
allowLeadingZerosThis allows enabling or disabling leading zeros in the input field. By default, on blur-sm of an input, leading zeros are removed. To allow leading 0s in the input field, set allowLeadingZeros to true. This does not, however, control trailing zerosboolean-
allowNegativeIf set to false, negative numbers will not be allowedboolean-
suffixAdds the suffix after the input valuestring-
prefixAdds the prefix character before the input valuestring-

Dependencies

React number format

All common React number format props can be applied on this component, refer official docs for the complete this.props.first list.

TABLE OF CONTENT
  • Basic
  • WithForm