Mohammed Alamri
Mohammed Alamri
> I gotta be honest I don't really have a lot of experience with e2e testing so I can't really say what is better. I know that angular uses cypress...
Was it necessary to expose the `data-testid` attribute [here](https://github.com/noahsalvi/svelte-use-form/pull/47/commits/ed9671c09fd68f96b7638a3996d63b9a9b5d2f95)?
> > I gotta be honest I don't really have a lot of experience with e2e testing so I can't really say what is better. I know that angular uses...
Hey @noahsalvi It's totally ok :D, take your time. I agree that it could help alot to provide the ability to style the Hint container and the Hint component. It...
> Also I just noticed that the Hint component already has support for setting the class attribute.  > > I'll change this to the way I described above and...
> Actually as far as i remember you can expose class and id by aliasing the export. > > ```ts > let _class = ""; > let _id = "";...
Sorry for late, I have applied the suggested changes
I’m sorry man, it’s been a while and I have already forgotten some of what we discussed xD Yes your solution looks good as optional params should be last passed,...
Hi @noahsalvi Sorry for being late, I have promised to share my implementation of your library. Unfortunately, I have completely changed my approach to building forms for Svelte. Since I...
Hi, I also happened to be looking for extension/method/hack that allows me to have folding function within a line content, for example when using utility classes in html such as...