James Lucas

Results 127 comments of James Lucas

https://stackoverflow.com/questions/73140181/how-to-use-jquery-ui-with-vite-in-laravel-9 Take note that jQuery should be loaded in a bootstrap.js file and the global definitions setup there, then in another file you load in the plugins. Vite will reorder...

Great. Could you please provide a write up of all the steps you did to get it working so that anyone else who comes along using Vite can solve the...

Your screenshot would suggest you have disabled the min/max attributes via config

PRs welcome to improve the interface. Two options would be to 1) add placeholders showing the expected format yyyy-mm-dd, 2) need to convert value, min and max inputs to match...

Cannot replicate. What version are you using? ```javascript window.formBuilder = await $('#fb-editor').formBuilder({ typeUserAttrs: { '*': { lebel_id: { label: 'Label Indonesia', value: 'Label Indonesia', }, label_en: { label: 'Label Inggris',...

Have you verified that your code is loading anything? Try setting values for all other fields and checking they load.

OK, I've track down the issue to a regression in commit https://github.com/kevinchappell/formBuilder/commit/bfa92e8f7adfa0eb97966028500e8299b572b2d3 I'll prepare a PR to fix it shortly

Please try the patch in https://github.com/kevinchappell/formBuilder/pull/1531 or wait until it has been released for a bug fix.

Not out of the box. I suggest you make a custom control plugin that will enhance the options with the required additional fields, you will need to handle saving the...

Hi @marcoheine, While cleaning up some documentation I discovered that onAddOption callback allows you to add additional fields to the option list. The feature isn't well documented so I'm writing...