Skip to content

Commit 2aead76

Browse files
authored
Merge pull request #51 from choonkeat/fix-hidden-with-value-should-be-blank-to-logic
Fix hidden with value should be blank to logic
2 parents 85b9084 + e3cbd9f commit 2aead76

File tree

10 files changed

+987
-7
lines changed

10 files changed

+987
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
/playwright/.cache/
66
elm-stuff
77
/httpbin-server
8+
/dist/tiny-form-fields.dev.esm.js

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ run: node_modules/.bin/elm-esm
3030
npx elm-live src/Main.elm \
3131
--start-page index.html \
3232
--path-to-elm node_modules/.bin/elm-esm \
33-
-- --output=dist/tiny-form-fields.esm.js $(ELM_MAKE_FLAGS)
33+
-- --output=dist/tiny-form-fields.dev.esm.js $(ELM_MAKE_FLAGS)
3434

3535
node_modules/.bin/elm-esm:
3636
npm ci

dist/tiny-form-fields.esm.js

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tiny-form-fields.js

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)