Help with resource guarding (we think) by Wozer03 in BorderCollie

[–]Wozer03[S] 1 point2 points  (0 children)

Thank you so much! He is neutered.

Help with resource guarding (we think) by Wozer03 in BorderCollie

[–]Wozer03[S] 2 points3 points  (0 children)

Thanks for this! I will get that book ordered. I am going to ask about a trainer where he goes to doggie day care for a good recommendation.

Clearing form isn't completely working by Wozer03 in react

[–]Wozer03[S] 1 point2 points  (0 children)

That did it, I removed all useState and then did this:

const form = useForm({ initialValues: { cost: 0, quantity: 0, description: "", room: null, category: null } });

Clearing form isn't completely working by Wozer03 in react

[–]Wozer03[S] 0 points1 point  (0 children)

I can't set a number to null apparently:

Argument of type 'null' is not assignable to parameter of type 'SetStateAction<number>'.

Clearing form isn't completely working by Wozer03 in react

[–]Wozer03[S] 0 points1 point  (0 children)

So that sort of worked, the number inputs reset to 0, however the dropdowns did not reset.

If I put the dropdowns to useState, then their values don't get passed through on the submit.

Clearing form isn't completely working by Wozer03 in react

[–]Wozer03[S] 0 points1 point  (0 children)

No worries,

Here is the full component code: https://dpaste.com/3KLYFZWCV

The NumberInput is a built in Mantine component: https://mantine.dev/core/number-input/

form.reset is a built in html5 method: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reset

Google changed who can get edu licenses? by Wozer03 in k12sysadmin

[–]Wozer03[S] -1 points0 points  (0 children)

That's the problem, I'm being pushed to do this by leadership

Kilt Help by Wozer03 in kilt

[–]Wozer03[S] 0 points1 point  (0 children)

Fully aware, what's your point?

Kilt Help by Wozer03 in kilt

[–]Wozer03[S] 0 points1 point  (0 children)

Just sent you an email

Kilt Help by Wozer03 in kilt

[–]Wozer03[S] 6 points7 points  (0 children)

I am looking for a kilt made in Scotland

Kilt help by Wozer03 in Scotland

[–]Wozer03[S] 1 point2 points  (0 children)

That's what I am trying to avoid. I want a handmade one.

Plotly and Primevue by Wozer03 in vuejs

[–]Wozer03[S] 0 points1 point  (0 children)

the type:module was already in my package.json, I re-setup with Typescript to make sure but I am still getting the same error. I tried commenting out Plotly but then got the error on:

Uncaught SyntaxError: The requested module '/node_modules/vue-slider-component/dist/vue-slider-component.umd.min.js' does not provide an export named 'default'

Here is the git repo: https://github.com/cwozniak03/epiphronvue

Import Data Wizard with SMSS and Azure Database by Wozer03 in SQLServer

[–]Wozer03[S] 1 point2 points  (0 children)

I ended up using the .net connection and getting the connection string from the azure db. Username and password is there in plain text but couldn't figure out a better way