125 Commits

Author SHA1 Message Date
leigh-mil
eff797d21b Refactor pagination macro 2019-01-09 13:16:03 -05:00
leigh-mil
8e8adb8c6a Disable next and last links in pagination if there is only 1 page 2019-01-09 13:16:03 -05:00
Montana
ef6d9a2c5f Add pagination 2019-01-09 13:14:55 -05:00
montana-mil
e83b57f8b2
Merge pull request #526 from dod-ccpo/checkbox-fixes
Checkbox fixes
2019-01-09 11:22:38 -05:00
Montana
ac1df00730 Use loop.index0 everywhere 2019-01-09 10:58:11 -05:00
Montana
dd33a23c47 Fix off by one error 2019-01-09 10:19:27 -05:00
Patrick Smith
b3cdfd730d Don't show success/error icon on disabled fields 2019-01-08 18:21:11 -05:00
dandds
c1f3f6bb62 validate dod id for task order officers 2019-01-08 16:47:55 -05:00
George Drummond
a64c543b2f
Remove unused declaration 2019-01-07 15:31:37 -05:00
George Drummond
99f34fe45a
Disable CLIN fields via a config option 2019-01-07 14:25:03 -05:00
Montana
5f613b3cd5 Cleaning up checkbox code 2019-01-07 13:58:20 -05:00
montana-mil
7a7f8914c8
Merge pull request #516 from dod-ccpo/multicheckbox_with_other
Multicheckbox with 'other' option
2019-01-07 10:13:31 -05:00
Montana
c70202c33c Handle formdata processing in a property 2019-01-07 09:38:56 -05:00
Montana
53a6c73510 Refactor to use v-model 2019-01-04 13:25:10 -05:00
Montana
2743bddf0c Bind other input value properly and clear it when checkbox is toggled 2019-01-04 10:59:12 -05:00
Montana
62ac2642ae Persist text input for the field 2019-01-04 09:57:23 -05:00
Montana
6c8974b603 Fix vue escaping character bug 2019-01-03 09:23:19 -05:00
leigh-mil
2121e28bd3 Update form to send data as expected by the route 2019-01-03 09:23:19 -05:00
Montana
9ff21bb58b Toggle other text input 2019-01-03 09:23:19 -05:00
leigh-mil
96df6ff485 Add macro for MultiCheckboxInput 2019-01-03 09:23:19 -05:00
George Drummond
f806425d91
Put app strings into a YAML file for easy editing by product owner 2019-01-02 16:04:36 -05:00
dandds
c516f0f74c review page 2019-01-02 09:36:29 -05:00
dandds
c8da258d33 polish task order forms 2018-12-18 16:32:40 -05:00
George Drummond
5da374bbc9
Suggestions from http://flask.pocoo.org/docs/1.0/security/ 2018-12-13 09:31:31 -05:00
Patrick Smith
fd6b0f9b24 Add vue component for confirmation popover
Have the confirmation popover in a separate Vue component fixes a bug in
IE that was causing the `form` element in the popover to be ignored.

Since `form`s cannot be nested, the `form` element in the popover was
being discarded by IE and the revoke/resend invitation buttons did
nothing.

Breaking the functionality into a Vue component moves the `form` into a
separate template. When the popover is displayed, the component is added
to the DOM at the end, so the `form` is properly not-nested.
2018-11-27 10:22:02 -05:00
richard-dds
5c7907efe5 Fix bug preventing 'disabled' style from rendering 2018-11-14 17:09:13 -05:00
richard-dds
50b57507ed Styling tweaks 2018-11-14 15:29:51 -05:00
richard-dds
3555cae78c Give Pagination its own component 2018-11-13 17:12:28 -05:00
dandds
b661c7ce4c
Merge pull request #432 from dod-ccpo/options-input-errors-#161717158
control error display for options input component
2018-11-08 11:43:29 -05:00
dandds
d12bed4ef3 display valid state for option inputs that have an initial value 2018-11-08 11:07:25 -05:00
leigh-mil
47c79c174a
Merge pull request #411 from dod-ccpo/phone-extensions
Add phone ext
2018-11-08 10:57:48 -05:00
dandds
4849a89125 working implementation of revoke invitation 2018-11-07 12:41:00 -05:00
leigh-mil
2dd1822cf8 Add validation 2018-11-07 12:03:52 -05:00
leigh-mil
b13ba188bf Create PhoneInput macro for phone and ext form fields 2018-11-07 12:03:52 -05:00
dandds
b0a3172336 component for confirming destructive actions 2018-11-06 16:23:02 -05:00
dandds
89e613d445 control error display for options input component 2018-11-06 15:27:42 -05:00
richard-dds
09d3f33908
Merge pull request #387 from dod-ccpo/save-finver-draft
Save Financial Verification Draft
2018-10-29 10:26:30 -04:00
richard-dds
6345a06e54 More validation fixes 2018-10-23 14:42:05 -04:00
andrewdds
9fe7d877ba
Merge pull request #395 from dod-ccpo/dropdown-keyboard-access
Dropdown selector keyboard accessibility
2018-10-23 08:08:21 -04:00
Andrew Croce
29ec31d8d8 Add up-arrow key to open
Add escape key to revert
Remove automatic-closing behavior
2018-10-19 10:55:53 -04:00
Andrew Croce
c531680b44 add ID to modal 2018-10-18 09:59:31 -04:00
Andrew Croce
c4cc411953 Refactor selector component to allow keyboard accessibility 2018-10-17 15:58:05 -04:00
Andrew Croce
3535af3af5 attempting to add keyboard accessibility to selector component 2018-10-16 17:16:10 -04:00
Andrew Croce
f7e2a71f3d add line break 2018-10-02 12:46:29 -04:00
Andrew Croce
8561ec0c55 typo 2018-10-02 12:06:10 -04:00
Andrew Croce
943be0707d Add USA header to base templates 2018-10-02 11:14:39 -04:00
dandds
3eeacc41fb
Merge pull request #326 from dod-ccpo/new-project-validation-#160064518
New project validation #160064518
2018-09-25 15:11:01 -04:00
Patrick Smith
0e33755ef7 Set initial value when field data is not None 2018-09-25 13:39:59 -04:00
dandds
7ae201655a refactor new project component form validation 2018-09-25 12:02:59 -04:00
Montana
f4c379ea25 Use modal inputs to pass environment id and env role to route 2018-09-25 11:13:23 -04:00