Victor Vieira

Results 11 comments of Victor Vieira

Recently I had an experience using a smart-table component that some rows/data in the table just appears when the mouse hovers over the table or happens other interaction on the...

Recently I had an experience using a smart-table component that some rows/data in the table just appears when the mouse hovers over the table or happens other interaction on the...

Recently I had an experience using a smart-table component that some rows/data in the table just appears when the mouse hovers over the table or happens other interaction on the...

> Hello , This works as well : > > ``` > > #dateInput > id="date" > nbInput > placeholder="select a date" > [nbDatepicker]="datePicker" > /> > > > >...

> Just use the **MomentDateAdapter** from **@angular/material-moment-adapter** and follow this answer on [stackoverflow](https://stackoverflow.com/a/71175808/8665500) This solution worked perfectly for me! Tks!

> Im working on this myself. You do this (userRowSelect)="cmselection($event)" The event.selected will contain all the rows selected This worked for me, tks!

It's working now, thank you!

> I switched to https://github.com/michaelgmcd/vscode-language-babel also. Colors are a bit different but other than that it works perfectly. > > 🤷‍♂ This solution worked perfectly in my VS Code.

Until this merge done I'm doing using typeof ``` if (typeof form.data === 'object') { setForm({ ...form, data: form.data.value }) } ```

> This is an example > > ```js > const Settings = () => { > const radioButtonRef = useRef(null); > const [settings, updateSettings] = useAsyncStorage(USER_SETTINGS); > > useEffect(() =>...