Giter VIP home page Giter VIP logo

simomosi / dynamic-forms Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 1.0 2.26 MB

DynamicForms is a client library to automate progressive filtering and initialisation of dynamic fields in an easy and fast way.

Home Page: https://simomosi.github.io/dynamic-forms/

License: MIT License

JavaScript 7.47% TypeScript 92.53%
javascript dynamic-forms dynamic-content dynamic-filtering filters nodejs select-option typescript webpack progressive-filtering

dynamic-forms's Introduction

Hello there! πŸ€–

My username is simomosi and I'm a Software Engineer.

I'm a fan of order and simplicity, so I will help you navigate and discover my projects:

  • ⚑ dynamic forms
    • it's a client library to automate progressive filtering and initialisation of dynamic fields in an easy and fast way
    • written in TypeScript and Node.js with some Webpack magic ✨
  • 🏁 advent of code
    • my partecipation on the advent of code hackaton in 2022 and 2023
    • solved using Python
  • 🎨 react portfolio
    • my personal portfolio with some technologies listed
    • written in TypeScript with Next.js, a React framework
    • implemented a Continuous Delivery workflow with Github Actions to automatically deploy on github pages everytime I make a change
  • πŸ“Έ computer vision algorithms
    • Software for simple use of low-level Computer Vision Algorithms to clean and optimize photos
  • 🧠 machine learning MNIST
    • a Neural Network to recognise images with hand-written digits stored in the MNIST database
  • πŸ”Ž treasure hunt
    • online multiplayer treasure hunt game
    • written client-server communication from scratch using C
  • πŸ‘Ύ pokedex-vue
    • it's a digital pokΓ©dex to get info about PokΓ©mon!
    • it's just a fun project to play with Vue.js
  • πŸ’Ύ see other projects in my profile (if you've read this far ask me about private ones πŸ”’)

I've been a contributor of the following open source projects:

  • πŸ“Œ italia/bootstrap-italia - the frontend framework for italian public administration
    • Fix typos in documentation (link)
    • Reported missing functionalities in documentation (link)
    • Found out inconsistent behavior across different browsers (link)
  • πŸ“Œ 1hanzla100/developer-portfolio - a portfolio template for engineers
    • Made code modular with optional sections (link)
    • Implemented new functionalities (link)
    • Modified project structure fixing bad practices (link)

dynamic-forms's People

Contributors

simomosi avatar yoannisj avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

yoannisj

dynamic-forms's Issues

Support nested input names

Currently, passing in a field config with a nested input name throws an error when dynamicForms queries that input element in the DOM. For example:

let myForm = dynamicForms.makeForm({
  fields: [
    {
      name: 'options[showOnMobile]',
      /* ... */
    },
    {
      name: 'options[mobileSize]',
      /* ... */
    },
  ],
  rules: [
    { name: 'options[showOnMobile]', update: [ 'options[mobileSize]' ] },
    /* ... */
});

Will throw an error Uncaught DOMException: Element.querySelectorAll: '[name=fields[heading]]' is not a valid selector.

It looks like this can easily be fixed by changing the way selectors are given to htmlElement.querySelector().

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.