tsv2013
tsv2013
Unfortunately I don't see any easy and good solution here right now. Scrolling most likely should be overlayed, showing is on hover only and don't shift survey content.
Could you tell me where did you change separator?
Please check error logs. Linter checks are not passed: D:\a\1\s\survey-creator\packages\survey-creator-core\src\property-grid\index.ts 673:29 error Expected a comma @typescript-eslint/member-delimiter-style 674:24 error Expected a comma @typescript-eslint/member-delimiter-style D:\a\1\s\survey-creator\packages\survey-creator-core\src\property-grid\values.ts 22:28 error Expected a comma @typescript-eslint/member-delimiter-style ✖...
This is the default behavior for an input element. If you change the input type from `color` to `text`, the "#000000" color value is a valid string and it will...