Andrew Kingston

Results 94 comments of Andrew Kingston

> Need a way to update state from a modal screen State updates are already proxied back from screens in modals - so that's usually the best solution if you...

That looks like full unicode encoding. - `%5B` and `%5D` are the encoded values for `[` and `]` - `'` is the unicode value for an apostrophe (a.k.a single quotes)...

We can't enable pagination for custom queries (since they're custom) - you'd need to write your queries with a limit and offset built in and manage that yourself, which is...

Do we need to keep this around for external SQL tables? It's actually quite a pain to only have it for external, because everywhere that previously only needed to know...

I'm wondering why this needs to be a binding at all - can you not just use the form field directly? I mean that you don't need to add a...

This is probably just because you're setting the value to a non-array value. If it's the "many" side of a reltionship then the component is a multi select which needs...

Hey @aderici. First, thanks for the suggestion! I would disagree that we focus on functionality first though, because we have a full set of components following the accessible and clean...

I can't believe all the dependencies in `package.json` are specified as complete wildcards `*`. That's absolutely shocking. It means issues like this will continue to happen because any major, breaking...

Yea that definitely solves the problem in this case. I actually found https://github.com/Ionaru/easy-markdown-editor which is a fork of this project which is maintained and actually works! So I'm using that...

Hey @taoyuan. This was a design decision, so I'm going to mark this as a feature request. I deliberately did not make "update field value" actions trigger other "on change"...