MUI TextField mutate value before setting, and on value changes

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-hook-form

    ๐Ÿ“‹ React Hooks for form state management and validation (Web + React Native)

  • I'm trying to create a wrapper around the MUI TextField component that will allow me to work with percentage values (0-1) as integers (0-100) for convenience. I'm using react-hook-form to control the form element, and would like to wrap whatever methods are called whenever the element's value is updated (convert from decimal to integer), and whenever the value changes, I want to do the inverse (convert from integer to decimal).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why do i need a conditional type constraint when i already have the same constraint in the type arguments

    1 project | /r/typescript | 26 Jan 2023
  • Ejemplos de cรณmo establecer valores predeterminados para elementos de formulario en React utilizando react-hook-form

    1 project | dev.to | 24 Jan 2023
  • Forms in react

    1 project | /r/reactjs | 22 Jan 2023
  • F**king React

    1 project | /r/Frontend | 21 Jan 2023
  • Set default values in react-hook-form

    1 project | dev.to | 13 Jan 2023