Bryce Willey
Bryce Willey
A little bit more testing here reveals that it's only an issue with radio buttons, since they are custom (i.e. not native HTML element) fields that don't use required. I'm...
Started working on this finally: https://github.com/SuffolkLITLab/docassemble-AssemblyLine/tree/background_docs_24 Skeptical of getting it working consistently (it's not gonna work well if there are missing variables ever), but I'll see what I can do....
It's a good point, and TBH I'm not super sure. We need to weight if it's more of a harm to low-vision users who are already using a screen reader,...
I've made some progress on hiding SMS specific options downstream in MLH on just the Share page, trying to get it upstream now. The places where I see we offer...
Reopening, as I didn't cover things that have `multi_user = False` yet. I feel like there are a few approaches we could take to those interviews: * turn things off...
https://docassemble.org/docs/fields.html#grid for the documentation link
Unfortunately docassemble is not forwards-compatible with this change. I tried some of the documentation examples on 1.4.72, and got an error. Makes sense, because DA does consider field attirbutes that...
When working on #752, I realized that DA already does this with DAFiles upstream; DA will still return `` tags in the HTML before the thumbnail is finished generating; most...
It's not in yet, but I had been planning on attempting to use `default` for phone numbers (and emails) with people who are logged in with Tyler E-filing system. I...
Further details from discussion: https://github.com/SuffolkLITLab/docassemble-AssemblyLine/pull/596 stopped a bug that could occur from using `plaintiffs` too early in interviews, and switched to using `user_ask_role` and `user_started_case` instead. This could cause issues...