Coder Social home page Coder Social logo

Comments (6)

rawilk avatar rawilk commented on May 26, 2024

Try updating to version 5.0.4 as the 5.0.0 release had some bugs that needed to be worked out still. Make sure you're using the latest version of Alpine as well (3.2.1), otherwise some of the components won't work correctly.

I have some forms with date pickers in my own projects that need validation using Livewire, and I have no issues on my end.

If updating the package and Alpine doesn't help, I'd try updating Livewire to the latest version too.

from laravel-form-components.

stephengalbraith avatar stephengalbraith commented on May 26, 2024

I upgraded all the packages to their latest version. It was still causing the problem. I setup a new page with a new Livewire Component keeping it basic. Then stripped everything down to just the form.

I then removed the following from the attributes:

clearable
click-opens
:options="[
    'altInput' => 'true',
    'altFormat' => 'F j, Y',
    'dateFormat' => 'Y-m-d 23:59:59']"

The field then worked as expected so I added each back one by one (and each of the options one by one).

It fails again when using "altInput" as part of the Flatpickr options - I wonder if this is because Flatpickr updates the DOM with another input.

I don't necessarily have to have that option in my use case (just a nicer way of displaying things sometimes) - so I can remove it for now. I also tried swapping the single and double quotation marks.

Not sure what kind of energy would be involved trying to troubleshoot a solution for that one. So feel free to close this if it's too much, unless you know of the solution or a workaround.

from laravel-form-components.

rawilk avatar rawilk commented on May 26, 2024

I'm not sure how exactly to troubleshoot that, but if I get a chance I will see if I can figure it out. You could also try using the optionsSlot slot to put the altInput option in, but I don't think it would make any difference in this case.

https://github.com/rawilk/laravel-form-components/blob/main/resources/views/components/inputs/date-picker.blade.php#L19

from laravel-form-components.

rawilk avatar rawilk commented on May 26, 2024

Closing this issue due to inactivity. Feel free to re-open if needed.

from laravel-form-components.

beneyraheem avatar beneyraheem commented on May 26, 2024

This issue still exists. No value returns from the wire:model nor name=

from laravel-form-components.

levibaldelomar avatar levibaldelomar commented on May 26, 2024

I got the same problem but ONLY in mobile devices.

from laravel-form-components.

Related Issues (20)

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.