File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717- [ Components customization] ( #components-customization )
1818 - [ Component variants using tailwindcss] ( #component-variants-using-tailwindcss )
1919 - [ Components full customization] ( #components-full-customization )
20- - [ Table view] ( doc /table-view.md)
21- - [ Grid view] ( doc /grid-view.md)
20+ - [ Table view] ( . /table-view.md)
21+ - [ Grid view] ( . /grid-view.md)
2222
2323# Version compatibility
2424| Laravel views| Alpine| Livewire| Laravel|
Original file line number Diff line number Diff line change 1717 x-model =" value"
1818 @keydown .enter =" $wire.update(id, {
1919 [field]: value
20- }); editing = false;"
20+ }); editing = false; original = value "
2121 @keydown .escape =" editing = false; value = original;"
2222 class =" block appearance-none w-full bg-white border-gray-300 hover:border-gray-500 px-2 py-1 rounded focus:outline-none focus:bg-white focus:border-blue-600 focus:border-2 border" >
2323 <div x-show =" !editing"
You can’t perform that action at this time.
0 commit comments