Git Product home page Git Product logo

mui-forms's Introduction

About me

  • Front end: ReactJS / NextJS / Angular / Typescript / Javascript
  • Back end: Java / SpringBoot, NodeJS / NestJS / Express

React/Next

  • Flux
  • Redux
  • Valtio / Proxy
  • Recoil

Angular

  • RxJS
  • Angular material
  • Prime NG

🛠️ Languages and Tools :

Java  React  Spring  Material UI  Redux   CSS  HTML  JavaScript  Firebase  Gatsby  MySQL  NodeJS  AWS 

mui-forms's People

Contributors

manojadams avatar manojgetwealthy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mayurdeepbaruah

mui-forms's Issues

metapi usage not working

Detail

If we use metaAPI from @manojadams/metaforms-core package, it is not working as expected.

Expected

metaAPI methods should work fine and should be able to manipulate and update the form elements

Actual Result

update calls on metaAPI methods not updating the fields used in mui-forms

Wizard: form wizard group not working properly

Getting undefined with proper schema when section layout is selected as wizard:

Screenshot 2024-01-12 at 10 40 04 PM

Schema used:

{ "fields": [{ "name": "basic-details", "meta": { "type": "section", "displayName": "Basic Details" }, "fields": [ { "name": "firstName", "meta": { "displayName": "First Name", "displayType": "text", "displayProps": { "md": 6 } } }, { "name": "lastName", "meta": { "displayName": "Last Name", "displayType": "text", "displayProps": { "md": 6 } } }, { "name": "dob", "meta": { "displayName": "Date of Birth", "displayType": "date", "displayProps": { "md": 6 } } }, { "name": "phone", "meta": { "displayName": "Phone Number", "displayType": "text", "displayProps": { "md": 6 } } }, { "name": "email", "meta": { "displayName": "Email", "displayType": "email" } } ] }, { "name": "address-details", "meta": { "type": "section", "displayName": "Address Details" }, "fields": [ { "name": "address", "meta": { "displayName": "Address", "displayType": "header" } }, { "name": "address_1", "meta": { "displayName": "House No / Street", "displayType": "text" } }, { "name": "address_2", "meta": { "displayName": "Landmark", "displayType": "text" } }, { "name": "state", "meta": { "displayName": "State", "displayType": "select", "options": [{ "label": "Assam", "value": "assam" }], "displayProps": { "md": 6 } } }, { "name": "zipcode", "meta": { "displayName": "Zipcode", "displayType": "text", "displayProps": { "md": 6 } } }, { "name": "country", "meta": { "displayName": "Country", "displayType": "select", "value": "INDIA", "isDisabled": true, "options": [{ "label": "India", "value": "INDIA" }], "displayProps": { "md": 6 } } } ] }] }

Bug: Get Started Button Unresponsive on Landing Page (Mobile View)

Issue Description:
The "Get Started" button on the landing page is not clickable in the mobile view, preventing users from proceeding further into the application. Clicking the button does not trigger any action, rendering the user unable to access the app's main features.

Steps to Reproduce:

  1. Open the application's landing page on a mobile device.
  2. Attempt to click on the "Get Started" button.

Expected Behavior:
Clicking the "Get Started" button should lead users to the next step of the onboarding process or the main interface of the application.

Actual Behavior:
The "Get Started" button does not respond to clicks in the mobile view, and there is no visible indication that the button has been clicked.

Additional Information:

  • This issue is specific to the mobile view.

Screenshots/Attachments:
Screenshot_20230824-141724

input width

Great work,

I am starting to use it and I can't manage to do something as simple as making the inputs not take up the entire width of the container but only what they need by default.

Thank you.

set a state in schema property

I have assigned a state to the schema property, but when I change the value of one of the fields of that state, it is not reflected in the form.

I have tried to display this value on the screen in another component, and it does change there.

Is there anything special that needs to be done for the form to recognize changes in the schema property?

Thank you.

Feature: Add phone control

Add or use third party phone control which can take following inputs:

  • Country flags
  • Country extension
  • Custom validation function
  • Material look and feel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.