TheoryOfNekomata
e465109d74
Implement clearFormValues, improve test syntax
The clearFormValues method is implemented to be able to clear form
values for selected fields.
Tests are now separated from pre-submit to querying the submitter.
преди 1 година
TheoryOfNekomata
48b10cfea5
Add rationale information
Clarify some content in the rationale document.
преди 1 година
TheoryOfNekomata
9e891fde82
Add event-submitter-polyfill note
Safari does not support submitters on submit events. This may be needed
for checking which button was clicked to submit forms.
преди 1 година
TheoryOfNekomata
203f09d7cc
Update README links
Point to absolute paths.
преди 1 година
TheoryOfNekomata
eef3b80ccc
Update README
Align header to the center.
преди 1 година
TheoryOfNekomata
40f082d926
Update README
Include interactive code samples from Codepen.
преди 1 година
TheoryOfNekomata
a6bede536f
Bump version
For publishing.
преди 1 година
TheoryOfNekomata
95326f013e
Update README
Link LOGO directly to GitHub.
преди 1 година
TheoryOfNekomata
93fccb18f5
Update README
Make usage more understandable.
преди 1 година
TheoryOfNekomata
e8942296a2
Improve README
Add usage instructions.
преди 1 година
TheoryOfNekomata
8511d76949
Update README
Make information more presentable.
преди 1 година
TheoryOfNekomata
484fbb2b7e
Update documentation
Specify options to their respective input types.
преди 1 година
TheoryOfNekomata
26ec3a2f9c
Cover all input types
Include all input types for testing.
преди 1 година
TheoryOfNekomata
cb5872e28f
Implement edge cases for inputs
Add behavior for dirname, isindex, _charset_ scenarios.
преди 1 година
TheoryOfNekomata
1319146c72
Update tests
Improve test syntax.
преди 1 година
TheoryOfNekomata
7a2ea6b690
Minor refactor
Isolate generic input setting value to its own function.
преди 1 година
TheoryOfNekomata
5fa727bf45
Make coverage 100%
Include all tests for the primary functions as well as the utilities.
преди 1 година
TheoryOfNekomata
e793049356
Update supported input types
Make input type handling more comprehensive.
преди 1 година
TheoryOfNekomata
23433c32d4
Remove uncovered lines
Only keep lines that are testable.
преди 1 година
TheoryOfNekomata
2089f146ef
Update tests, fix multiple value setting
Make tests more comprehensive.
преди 1 година
TheoryOfNekomata
4c69db6c02
Add coverage reporting
Include coverage reporting on tests.
преди 1 година
TheoryOfNekomata
972a65271e
Add date tests, duplicates
Include tests for duplicate values, as well as comprehensive date tests.
преди 1 година
TheoryOfNekomata
1ae8e04f57
Update counting
Reduce complexity in code by un-nesting ternary statements.
преди 1 година
TheoryOfNekomata
48166877e4
Add support for multiple values
Correctly set fields when they are arrays.
преди 1 година
TheoryOfNekomata
103b9dda84
Update README
Make readme more concise.
преди 1 година
TheoryOfNekomata
53a8fa4767
Update tsdoc
Indicate partial values can be passed in setFormValues().
преди 1 година
TheoryOfNekomata
c908924fa5
Update npmignore
Add files from pridepack.
преди 1 година
TheoryOfNekomata
52088285d1
Update documentation
Add logo, and some documentation.
преди 1 година
TheoryOfNekomata
8126098986
Merge branch 'master' of code.modal.sh:TheoryOfNekomata/formxtra
преди 1 година
TheoryOfNekomata
fdcdf1ddf3
Refactor code
Make error messages more user-friendly. Also remove magic constants
within functions.
преди 1 година
TheoryOfNekomata
0fcde2ab61
Update tsconfig
Specify rootdir.
преди 1 година
TheoryOfNekomata
05499e5fdb
Update tests
Include month and week input types.
преди 1 година
TheoryOfNekomata
cc3aa1df91
Switch to pridepack, add setFormValues
Implement setFormValues for easy setting of fields.
Also migrated to pridepack because tsdx is already unmaintained.
преди 1 година
TheoryOfNekomata
8ca44c9c74
Update package
Proofread README.
преди 3 години
TheoryOfNekomata
96673bd709
Update package.json
преди 3 години
TheoryOfNekomata
9563565723
Update README
преди 3 години
TheoryOfNekomata
a4a712af5e
Update package
преди 3 години
TheoryOfNekomata
8875c63f48
Update README
преди 3 години
TheoryOfNekomata
7cb36935a5
Update README
преди 3 години
TheoryOfNekomata
8b9fd6e610
Bump version
For republishing.
преди 3 години
TheoryOfNekomata
5de36b6132
Update package
Exclude original source to minimize package size.
преди 3 години
TheoryOfNekomata
a21588e705
Update npmignore
преди 3 години
TheoryOfNekomata
9db23f3bb8
Update npmignore
Ignore project files
преди 3 години
TheoryOfNekomata
eb7f4a80a1
Separate prettierrc
Use separate file
преди 3 години
TheoryOfNekomata
8fe5df13ac
Update package
преди 3 години
TheoryOfNekomata
d67aaa9c84
Fix logic for file input
Use correct logic.
преди 3 години
TheoryOfNekomata
1495659990
Organize code
Switch order in appearance of definitions.
преди 3 години
TheoryOfNekomata
67bd13e7ae
Structure tests, document methods
The tests do not depend on separate files for loading templates. This is
for the layouts to be defined alongside the tests for easier updates.
The methods have been refactored and documented for ease of use of the
consumers.
преди 3 години
TheoryOfNekomata
124e107754
Rename everything test
Use correct description.
преди 3 години
TheoryOfNekomata
5ea923e826
Include input outside form demonstration
Add checkbox on sample form in README.
преди 3 години