livewire-powergrid: [Bug]: EditOnClick() the input showed by default, without clicking.
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn’t work.
Is there an error in the console?
No
PHP Version
No response
PowerGrid
4.5
Laravel
10
Livewire
No response
Alpine JS
No response
Theme
Bootstrap
Describe the bug.
In new Version, i’m creating a fresh Laravel project, when i install livewire powergird, table is working perfectly, but when i use editOnClick method on a column like i’m always using, the input box showed by default, even i did’t click, now the input is not hiding, and i also can’t edit any column, please guide me how i can solve this issue?
To Reproduce…
First click on “FOO” then…
Extra information
<?php
//...
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16
With alpine cdn does it work correctly?.
I created a simple repository. Take a look, please
https://github.com/Power-Components/powergrid-bootstrap5-demo
I’m using bootstrap in this video
In latest powergird, i’m using Bootstrap 5, everything working perfect, but when i add ->editOnClick() on any column, the html input showed there by default, it should appear after i click on the text, same like older version,
this mistake is only in bootstrap, that’s why for the first time I’m using older version for my latest project, please fix this bug ASAP, The Powergrid is life saver ❤️
