spacebiscuit
spacebiscuit
When i try to upload 2 files which are each around 4mb my request data is empty when I debug in my add method of my controller. If I use...
* [x] bug * [ ] enhancement * [x] feature-discussion (RFC) CakePHP Version: 3.6 What you did I am validating a form field which allows multiple files to be uploaded:...
Once my form has been verified and I have processed the forms data, when complete I want to reset my form. I am doing this as follows: ``` $scope.contactForm.name =...
Is it possible to mark-up radio buttons with each option wrapped in a form group? I need the options to be displayed vertically in a list but with labels inline...
Hi, The instuction use: angular-datepicker.js I downloaded the zip but this file is not there. Thanks.
I have created two of my own content blocks: ``` class MyContentBlock extends ContentBlock{ class TestimonialContentBlock extends MyContentBlock{ ``` All worked fine and as expected. I then added a 3rd...
I'm using the branch release that supposedly supports Containable. When I search to filter my table doesn't crash but the rows do not filter so it seems there is a...
Options
Hi, None of the options work, for example this fires the timepicki but options are not applied: $(document).ready(function(){ $(".time_element").timepicki( {step_size_minutes: '10'} ); }); Thank you.
Hi, I think there is bug/issue with the partials - please see this plunkr https://plnkr.co/edit/pvbKoKX7r3eo7hdHqFlw?p=preview Thanks, Bob
How can I customize the buttons on a prompt. My button mark-up: ```