New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swc-uxp-wrappers/textfield

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc-uxp-wrappers/textfield

UXP wrapper of the @spectrum-web-components/textfield component

  • 2.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

Description



This is UXP wrapper for `@spectrum-web-components/textfield` package
  • For detailed README regarding @spectrum-web-components/textfield refer this link

  • Detailed specification regarding @spectrum-web-components/textfield support in UXP through @swc-uxp-wrappers/textfield refer this link

Usage



yarn add @swc-uxp-wrappers/textfield

Import the side effectful registration of <sp-textfield> via:

import '@swc-uxp-wrappers/textfield/sp-textfield.js';

When looking to leverage the Textfield base class as a type and/or for extension purposes, do so via:

import { Textfield } from '@swc-uxp-wrappers/textfield';

Example



<sp-textfield></sp-textfield>

Known Issues

  • Focus ring is not curved on the corners
  • On enabling grows, quiet and disbaled, the text is distorted
  • On enabling grows attribute on windows, the component layout filckers while typing.
  • Font does not adapt to the T-shirt sizing due to limitation of PS/DVA platform
  • Black background appears for quiet and readonly variant in windows
  • For multiline variant, text value blinks on hovering on windows
  • In windows, after typing text with symbols example abcdss, efgh@ssss and on pressing enter results in some text value getting missed on the left side
  • Tab navigation has issues with type=password

Keywords

FAQs

Package last updated on 06 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc