Colin Fahrion

Results 6 comments of Colin Fahrion

Forked your code and got it working using screen.width and screen.height rather than the iPad/iPhone variable defaults. This solves the potential screen ratio issue that I mentioned. Also I successfully...

As a temporary fix, instead of associating .svx with .mdx in my workplace settings, I'm associating it with markdown as it handles the syntax highlighting better. _Also thanks @pngwn for...

Honestly I always assumed that tags were case-insensitive. The fact that that "HorseBoy" and "horseboy" are considered different tags is confusing for anyone coming from wordpress or some other where...

As it explains in the README, the plugin creates an automatic error message but you can create your own custom error message one of three ways: * Add `data-error-msg='custom error...

Ah yeah sorry I didn't get your meaning initially. Yeah the plug does not have that functionality currently. It's currently a simple boolean, either the validation passes or it doesn't....

@g-rodigy In the mean time, you can get this to work with the following AlpineJS code which will switch the error msg text based on the value: ``` field required...