TheoryOfNekomata
1ace316763
Add fieldset handling
Any fieldset ancestor that is disabled is now checked for an input's
disabled state.
1 年之前
TheoryOfNekomata
a07c6c7de1
Update README
Add decision to not support <input type="image"> fully.
1 年之前
TheoryOfNekomata
7efbb33f81
Add input type image to ignored input types
The image input type is just a graphical submit button.
1 年之前
TheoryOfNekomata
1505606ad7
Choose null instead of empty string for value
The value attribute of fields expect a string. We use a sentinel value
to clear the field.
1 年之前
TheoryOfNekomata
0843513772
Add ability to set disabled element values
Add options for getFormValues, setFormValues, and clearFormValues to allow managing of values for disabled elements.
1 年之前
TheoryOfNekomata
14b5abcae5
Update README
State decision for not implementing setting values on disabled elements.
1 年之前
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 年之前