Skip to content

Conversation

@SagarRajput-7
Copy link
Contributor

No description provided.

@SagarRajput-7 SagarRajput-7 requested a review from a team as a code owner January 4, 2026 21:08
@SagarRajput-7 SagarRajput-7 force-pushed the auth-revamp-input-component branch from 8e280b1 to f61ea74 Compare January 4, 2026 21:12
{
"name": "@signozhq/input",
"version": "0.0.1",
"version": "0.0.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be made an automatic process? If not, we should add some commit/CI checks to ensure the version is updated. This can be dangerous

Comment on lines +51 to +57
<input
type={inputType}
className={cn(inputVariants({ theme, className }), 'pr-10')}
ref={ref}
{...props}
/>
<button

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not be doing it this way. It should be a standalone component on it's own which can extend our own Input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants