Bastian Fießinger

Results 16 issues of Bastian Fießinger

It would be a great improvement if we could use a source for select/radio/checkbox fields instead of just typing `value : label`. So instead of this we could select from...

enhancement
PRO

At the moment there is no possibility to set fields to mandatory. It would be great if there was a checkbox to choose whether the field is required or not.

enhancement

This PR introduces a new Wizard Repository based on Browser sessions. As mentioned in #23 there is a possibility to find sensitve Data saved in a Wizard just by guessing...

https://github.com/WordPress/gutenberg/issues/31988 - just noticed I opened this issue in the wrong spot.. using inline backgrounds in text might need some styling adjustments to prove they are working multiline. This is...

Since WooCommerce Admin is [a part of WooCommerce](https://developer.woocommerce.com/2021/10/14/rfc-woocommerce-admin-is-merging-into-core/) for a while now. It would be helpful to integrate it in laravel-woocommerce. Since the reports you will get from `.../wc/v3/reports/` include...

As per https://www.techonthenet.com/sqlite/tables/alter_table.php#:~:text=You%20can%20not%20use%20the,data%20into%20the%20new%20table. SQLite Databases lack the support of using statements like ALTER TABLE therefore it is not possible to run the ``{date}_charify_countries_table` migrations on these setups. Who even uses...

when using the required option the field itself returns with a mandatory * but the adress fields below are not mandatory. It would be great if you could choose which...

This PR enhances the multiple support from #37 by adding functionality to load initial data. includes PR #37 and #39

reopened #34 on new branch. This PR adds the ability to select multiple values. By adding the `multiple` attribute on the component the select input turns into a multi-select dropdown....