Skip to content

Commit

Permalink
Fix adasda placeholder in editOnClick (#1263)
Browse files Browse the repository at this point in the history
* Fix adasda placeholder in editOnClick

* Fix requires openspout/openspout 4.20
  • Loading branch information
luanfreitasdev authored Nov 23, 2023
1 parent ece9cb6 commit 1f07a96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
rm composer.lock
composer install
- name: Install openspout/openspout
- name: Install openspout/openspout 4.20
if: matrix.php == '8.2'
run: composer require openspout/openspout
run: composer require openspout/openspout 4.20

- name: Cypress
run: |
Expand Down
2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/powergrid.js": "/powergrid.js?id=e7658ac6917230e77b9a9392cd0fdc67",
"/powergrid.js": "/powergrid.js?id=a18356d3a361994b0bdfc06c00f17aba",
"/bootstrap5.css": "/bootstrap5.css?id=03aba1df82c23db07c1d1096efcd42ae",
"/tailwind.css": "/tailwind.css?id=479d85eb8b0b8341542e0b979c84f17d",
"/tom-select.css": "/tom-select.css?id=7af730d2c4bf937316d4002948b1571d",
Expand Down
2 changes: 1 addition & 1 deletion dist/powergrid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/pg-editable.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default (params) => ({
x-ref="editable"
x-text="content"
value="${this.content}"
placeholder="adasda"
placeholder="${this.content}"
contenteditable
class="pg-single-line ${this.inputClass}"
${this.saveOnMouseOut ? 'x-on:mousedown.outside="save()"' : ''}
Expand Down

0 comments on commit 1f07a96

Please sign in to comment.