Colin Fahrion
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...
Ah I see you are pushing the bounds of what I developed this for. I'll add this as an enhancement request but it's not a simple addition so no promises...
Noticed that you also mentioned adding new rows. This doesn't work either due to how the mutation observer is set up. It's currently designed to only watch for mutations where...
Oh yeah and if I add the functionality to detect when new rows or columns are added then that assumes that it should be able to handle removing columns and...
I'll fully admit I didn't consider this being so intrenched in American number formatting. The function for handling if a cell matches the min/max range is a really basic Javascript...