Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masked input with imask.js #118

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2022

  1. add imask.js masking options to input field

    (cherry picked from commit 20d449e)
    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4894149 View commit details
    Browse the repository at this point in the history
  2. only require js when maskOptions are used

    should fix the unneeded  js load
    
    (cherry picked from commit 19dcea6)
    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8c232cd View commit details
    Browse the repository at this point in the history
  3. revert x-data handling

    (cherry picked from commit b741c05)
    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a9bc323 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into masked_input

    # Conflicts:
    #	resources/views/components/input.blade.php
    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    508be53 View commit details
    Browse the repository at this point in the history
  5. fix merge conflict

    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5a2e4f7 View commit details
    Browse the repository at this point in the history
  6. re-add js deps

    simonbuehler committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1fd8570 View commit details
    Browse the repository at this point in the history