Tim Wisniewski
Tim Wisniewski
Oh! We could make a GitHub App that automatically adds preview links when a pull request is created, just like netlify adds deploy preview links to pull requests.
For anyone arriving here from searching with the same question, here's my workaround for the meantime. ``` javascript module.exports = FormView.extend({ fields: function () { return [ new InputView({ label:...
@wraithgar Forgive me, but it's not clear to me how to add a submit button other than the method I've just posted, which is actually giving me some trouble now...
Okay I'l give that a shot. I think the reason my example above doesn't work is because the `AmpersandView` doesn't have a `valid` property, so the form view thinks it's...
FYI I'm trying the approach you described, using a template with a `data-hook=field-container` in it, and it's not working. I believe this is because ampersand-field-view doesn't actually use (or allow)...
Yes, that's what I was alluding to in my last comment. It looks like the only way to have a submit button is by using the form-view as a subview...
👋 hi folks, this is a topic I've researched a bit before for a few projects as well. I found that the existing implementations out there weren't all that standardised,...
@timneedham Cardscript looks awesome! Really similar to what I had been toying with. I think I gave up whilst trying to safely evaluate user input for conditional visibility expressions which...
Well summarised @dmethvin-gov - I've run into the same issues! The [cardscript playpen](https://wmfs.github.io/cardscript/) loaded fine for me - give it another shot? I think you'll find it more closely aligns...
I had an idea -- OIT's new F5s may have reverse proxy functionality built in. This would let us get `phila.gov/healthexplorer`. Let's ask network if they know. Otherwise we'll just...