Ismael Garrido
Ismael Garrido
+1, I can't understand how do I build custom widgets. They do not seem to be standard React components.
Related: When validating the form, it doesn't re-render either.
> Redefining forceUpdate might actually be overriding the built-in one, so get rid of that. This was just a simplified version. My code didn't use that function name. > You're...
If I understood correctly, this should work, but it doesn't. I need to forceUpdate to see it. ``` javascript var React = require("react"); var forms = require("newforms"); var IPIN =...
I'm sorry, I should have mentioned what I'm trying to achieve. I want to control the focus on the form. I looked at the newforms API and I don't believe...
Autofocus does work for the initial setting of focus, but I want to transfer focus after the user hits a particular key.
Yes, I added ref to widgetAttrs, but I can't find the ref from the component. This.refs doesn't contain that ref On Apr 2, 2015 8:53 PM, "David Marr" [email protected] wrote:...
Ref, name and form sounds good. How would that work when there are multiple refs? List of {ref,name,form} ? Having the callback on creating the instance or the RenderForm seems...
Yes, the feature request is to have a "nicer"? way to do it. Or maybe just document how it's done? The docs make it sound like using openapi_extra would be...
This is as close as I got. Turns out web log collector already allows for wildcards. Nginx ingress helm values: ``` USER-SUPPLIED VALUES: controller: config: log-format-upstream: "$host $remote_addr - \"$request\"...