Behon Baker

Results 140 comments of Behon Baker

I have never tried this before so I am not sure. I will have to look into how formidable works. based on the snippet, it would seem like the file...

@idesignzone love it! Thanks for figuring this one out. Like I said, I always just want to use it on the client side, never tried anything on the server. Gonna...

Yeah.. it will be undefined because the module was not setup to work on the server, only the client. i will look into getting a server function added in the...

The challenge I see is getting the fonts to work properly... In creating this module, getting the fonts to load consistently was a challenge.. Like I said, I will look...

I mean, if that works for your use case then good. I am not sure what type of app you are creating but as long as you got it to...

Hey @mirari , for it to be display vertically you would have to modify the classes. If you check the component code, you will see that it has the `flex`...

@mirari I did try make the vertical thing work. Ultimately, there is no easy way of doing to fully without re-writing the classes for the the Viewport and the content....

@zernonia are you able to help with this? I am not sure what would cause that @mirari . My guess is that the `useForwardExpose` is forwarding a different element than...

@mirari , I am now dealing with th eissue you pointed out. What I had to do to get the ref is this ```vue import { SplitterPanel, useForwardExpose, useForwardPropsEmits }...

Having a similar issue with the UI library that depends on DT. Even if i try pinning down or override the version of datatables.net, the styles break. And I am...