Roman K
Roman K
+1 I am using redux and actions ´TOAST_INCOMING´ and ´TOAST_DISPLAYED´ for adding and removing messages from a "queue". The component reads the queue in ´componentWillUpdate´ ``` componentWillUpdate(nextProps){ nextProps.toast.items.forEach(item=>{ this.refs.container.success( "test",...
@jerairrest Thank you. This is quite the same approach I took, but it does not work with the default message factory (without jquery): ``` var ToastMessageFactory = React.createFactory(ReactToastr.ToastMessage.animation); ```
This is still moved for 2 years from `2.10` to `2.11` to `2.12`. So next is`2.13`? Any stupid workaround would be great.
@cowtowncoder I've looked into this and I would break significantly more things on the way, than I would fix. :see_no_evil: Not sure if my workaround is legit but this is...
Just saying, but using web fonts will/can make the PDF somewhat 10 times larger since each character is rendered as a single SVG. You really should try to find the...
I saw you StackOverflow answer but it does not cover different validation. It adds additional values after the validation. I want the values injected before the validation so it can...
you are fixing things faster than i can comment... please reopen
Yeah. That's why I've created the issue :) Those options are all valid but equally hacky. There is no clear approach to do this. What I would like to trigger...
I've made some research on this. Like @jmlag already said, the problem is not `alwaysRenderSuggestions`, i guess it is the re-rendering of the component and the inner `input` element. If...
I am on mobile and will add the links later. "domain" IS a valid domain part according to the RFC and the wiki link (admin@mailserver1). I believe I've seen a...