It is reproduced in your fiddle in 'Requires a 5' field (Ext JS 6.0.0.640 Neptune, Classic).
Firefox latest (39.0), Windows 7 & 8.1 - problem (checked from several PCs).
Chrome - seems to be OK.
Type: Posts; User: Accel
It is reproduced in your fiddle in 'Requires a 5' field (Ext JS 6.0.0.640 Neptune, Classic).
Firefox latest (39.0), Windows 7 & 8.1 - problem (checked from several PCs).
Chrome - seems to be OK.
"Left" and "right" keyboard arrow keys don't move input cursor left and right in numberfield or text field with validation regexp. Can be reproduced in any Kitchen Sink Ext 6 example.
When I make a treestore.load(node) on a previously expanded node - everything is ok, the changes are reflected in a treeview, but if I make it on the collapsed node - the node's "arrow" which expands...
6.0.0.202 classic - same issue
Oh, that's great, thanks, Saki.
One odd thing: if we make a model invalid this way (by overriding the publishValue() method), and then reject() the model to the initial (valid) state, it would be...
Any progress here? Or at least a workaround?
Ok, I got your point. Is there a way then to reset the form in the last example if it is not valid? (post #7).
If I input some alpha symbols to the default 123 value (for ex. it would become...
I tried this, with no luck. If I remove model validators and implement form validation, if the form is invalid, then an invalid value is not committed to the model also.
If you input some...
Well, not really. I just want to bind "Save" and "Revert" formpanel buttons "disabled" config options to models isValid()+dirty (for "save", via Viewmodel formula) and dirty (for "revert") values,...
This is the fiddle:
https://fiddle.sencha.com/#fiddle/mba
1. First press the "get isValid() status". The alert shows true. Text field is not initially blank, so all is valid. Correct.
2. Delete...
I want to implement model validation on a form and also use model.isValid() method in my code (to disable a 'save' button on validation fail).
The strange thing is model.isValid() doesn't work...
I have a pretty common interface configuration: a treeview in 'west' region and a 'details' form view in 'center'.
Tree elements don't represent similar objects, but are of several different types...
In Open Source FAQ it is mentioned that there is no available open source license Sencha Cmd version.
http://www.sencha.com/legal/open-source-faq/
In Sencha tools license text it is stated that...