Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(input): add warning props to text, textarea, and number #584

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Feb 21, 2025

I'm not proud of my self but added :warning props to text, textarea, and number input components. Also refactored those to use base props exported from base input (there were just so many input to do it in one shot 😅 )

Screenshot 2025-02-21 at 15 28 50

@kiaking kiaking self-assigned this Feb 21, 2025
@kiaking kiaking requested a review from brc-dd as a code owner February 21, 2025 07:15
Copy link

netlify bot commented Feb 21, 2025

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit ad82aff
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/67b828303a2ace000818f283
😎 Deploy Preview https://deploy-preview-584--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 21, 2025

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit ad82aff
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/67b8283030ef350008325ca7
😎 Deploy Preview https://deploy-preview-584--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@brc-dd brc-dd Feb 21, 2025

Choose a reason for hiding this comment

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

      <HstCheckbox
        title="error"
        v-model="state.error"
      />

this is not used, maybe we can swap it with warning

Copy link
Member

@brc-dd brc-dd Feb 21, 2025

Choose a reason for hiding this comment

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

other stuff is also not used -- align, disabled, separator?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hah... yeah w might wanna organize these... 🫠

@kiaking kiaking merged commit 3de54b9 into main Feb 21, 2025
9 checks passed
@kiaking kiaking deleted the input-warning branch February 21, 2025 08:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants