Bryce Osterhaus

Results 71 comments of Bryce Osterhaus

@jbalsas do you know if there would be a particular avenue in portal for filtering the js requests depending the browser? Otherwise we would need to add support on a...

Did some tests with a few different modules to get an idea of what sort of sizes we would get with esmodules. Simply just added a config with ```js {...

> Definitely not a filter. We usually do this through the Servlet that serves the files. my bad on the confusion, I was using filter in the generic sense of...

It isn't ideal, but in our use case it is possible that we would render part of the page with a shared React component and then a team or customer...

Thanks @gianlucadifrancesco, that does work. I still find it an odd behavior though, especially because just reading through a script like my example above, it isn't intuitive that the element...

@ethib137 is it expected they have the same `name`too? For some reason I thought `name` must be unique, but according to [this](https://www.w3.org/TR/REC-html40/interact/forms.html#checkbox), it is expected that checkboxes can have the...

ah I see. I think my original issue still stands though... I think changing the values in MultiSelect should also reflect in a forms `onChange`

I think I tried formik with a Form and MultiSelect and it didn't work properly because it wasn't able to hook into the onChange of multi-select. Do you have an...