You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a column that has an input of type "color". At first I was able to get it to work, but when the Edit button is clicked, the color value is lost(defaults to black).
If in editing mode I change the color, the new color gets saved, but the old color is not shown at first.
2024-08-05.12-12-16.mp4
I hope this video helps with the understanding, I don't know how to explain better in writing.
Here's the code:
I'm trying to add a column that has an input of type "color". At first I was able to get it to work, but when the Edit button is clicked, the color value is lost(defaults to black).
If in editing mode I change the color, the new color gets saved, but the old color is not shown at first.
2024-08-05.12-12-16.mp4
I hope this video helps with the understanding, I don't know how to explain better in writing.
Here's the code:
color-input.component.ts
fontes.component.html (what uses the custom color component and has the table)
fontes.component.ts (what uses the custom color component and has the table)
The text was updated successfully, but these errors were encountered: