Chad Meyers

Results 10 issues of Chad Meyers

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 1.10.2 #### Summary Considering this entity mapping ``` /** * @Assert\NotBlank()...

Under Discussion
flysystem

As per my thought #109 This adds a new `CUSTOM_MODE` option `restart` as well as a config file option `RESTART_MINIMIZED`

I am using Symfony 4.2 with Twig and Symfony forms. On any page with more than one select input in a row, most of the html is being removed. eg....

pass options to the number input when using `PhoneNumberType::WIDGET_COUNTRY_CHOICE` use like, ``` $builder->add('primaryContactPhone', PhoneNumberType::class, [ 'widget' => PhoneNumberType::WIDGET_COUNTRY_CHOICE, 'country_choices' => $this->countryRepository->getCodes(), 'preferred_country_choices' => [$options['countryCodes']], 'number_options' => [ 'attr' => [...

If I return false in the onSubmit function (because extra form elements are not filled out) the queue is cleared and a second attempt to upload after adding missing info...

Excellent code! Just a quick change to the example to get people up and running a little faster. closes #174

I tried this, it works fine, but I don't care for the long dead air as spotify plays up to 3 ads in a row... I returned to my original...

Is it possible to have the calendar open in a specific date range? I need to be able to choose a birthdate, that should be about 3-4 years ago (for...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | no #### Summary I would like to...

I was not sure if this should go here or under "symfony-bundle" I had 3 entities with a property name of `notes` and a `formType` with `$builder->add('notes');` this would cause...