Semenets Bohdan
Semenets Bohdan
I'm very confused as to what files I have to take and how to make it work?
i put your code to test folder and it not working http://i.imgur.com/30fCPn5.png then i replaced /extra/list on https://github.com/exussum12/backbone-forms/blob/6e48b0bb36761886bee7e990fec7b137f8e5f6f4/src/editors/extra/list.js This fix is not located in master? and now it began to...
On yours screenshot you use ? http://pastebin.com/24L8CZsy backbone forms min http://pastebin.com/uUvniwAC list min
Firefox 43.0 I would like to receive a code that you use, because not quite clear what the code is actual Also, whether the use of plug-in hidden fields such...
yes, that works
what about support hidden id field, after submit form, it should ignore blank id fields, is it possible?
In documentation not have information about this. i try added id field to schema and add hidden class to them, but when it is new form after commit it return...
passthrough option did not help me. ``` with_mock(Api.PageParser, [:passthrough], [ load_html: fn(url) -> PageParserMock.load_html(url) end, load_user: fn(user_id, api_key) -> PageParserMock.load_user(user_id, api_key) end, load_listings: fn(user_id, api_key) -> PageParserMock.load_listings(user_id, api_key) end ])...
@jjh42 Api.PageParser.validate(url) called outside this module. It called in controller
@Olshansk hi, yes i have the same issue on other place and project