Vlad Balin
Vlad Balin
Interesting. I would propose not to use 'email' input type, just 'text' instead. It looks like this trimming is happening inside of the input. Another problem of these smart input...
Whenever input value is an empty string, and validation fails, it will add 'required' class to the input control. Thus, you will have an opportunity to mark it differently. With...
You could try to simulate this behavior with an additional component member which will turn off validation on first render (set it to true in componentDidMount). If this is the...
Setting it to null could be a good idea, thanks. I will make corresponding change.
Well, quite contrary, I believe that the links validation mechanics is the feature which makes this library truly worthy. :) This is the major reason this lib was developed and...
Minimum IE version which is supported by Volicon frameworks is IE10. You could propose the fix in the PR for the `tags.jsx`, though.
I don't understand the problem. For untyped map attribute, you can not only use plain object, like this ``` var M = Model.extend({ defaults : { yourMap : {} }...
And yes, in contrast to plain Backbone, models in NestedTypes cannot be used as maps. Separate Map type can be created, however, we didn't needed it yet. Because all rare...
Workarounds are proven to be extremely painful, unsafe, and hard to maintain. It needs to be implemented in the system core. Will make implementation soon.
Will be implemented as extension, not in the core system.