Swaroop

Results 15 comments of Swaroop

Its the bug from the component and works well with `labelPlacement="inside"`. The css with translate should be updated if the placement is `outside`.

Yes, I couldn't find Typescript samples and the npm package is not running these examples properly, so I went through protos and created this PR. But I didn't try the...

Do you think adding the Babel config for importAssertions into the project would work? using below package ``` npm install --save-dev @babel/plugin-syntax-import-assertions ``` Refernce: https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-assertions

Yes. But there is another approach to solve this issue. I followed the error messages and updated tsconfig of the `tsc` compiler to the below and it's executed without throwing...