Matthew Kelly

Results 303 comments of Matthew Kelly

@the-mentor I could make it so that not supplying any Content defaults to a simple Name, Email, Username, and Password form. If Content is supplied then use that instead, as...

Thanks @behrouzamiri! Chances are this is potentially a bug over on Pode, when I get chance I'll test and raise a similar issue over there :) If it's not, I'm...

Off the top of my head, I'm not too sure. When I get chance, I'll have a look; though I've a feeling there could be a parent div overriding the...

It's do-able but difficult with the way the rest of the module works. I briefly looked when we were looking at switching the icon pack before settling on MDI, and...

Hey @kort3x, You can pass the object to `-ArgumentList` and then access it via the params block on your `-ScriptBlock`: ```powershell $myObject = @{} New-PodeWebTable -Name 'TableName' -ArgumentList $myObject -ScriptBlock...

Hey @ittchmh, I should be able to review this tomorrow, one quick thing though, could you update the PR to point at the develop branch? :)

Hi @robertfshort, I don't see any reasons for not adding one :) I'll have to dig around a bit, see if I can find any docs/libs to add one in.

Hi @ThomasPerezBlanco, In the modal you have, are you able to follow progress at the moment? and it's just that the user could, if they wanted to, close the modal...

Hi @eugen257, I'm guessing the modal you're displaying has ` -ScriptBlock` defined? Currently the "submit" is only hidden if there's no scriptblock, so it'll have to be a new parameter...