feat: add textfield custom element#96
Conversation
|
Might not be relevant to this PR, but there's a missing peer dep - and this will be very cranky on the next version of NPM (or for pnpm users) |
|
|
|
hmm, no that's the right command. It works fine with npm so hadn't run into that issue. |
|
Probably being brought in by transitive dep then? |
|
Yea not sure what's up. I can repro your issue with pnpm but it works fine with npm and yarn. |
Transitive dep of |
|
ah right cool, fixed! |
|
🎉 This PR is included in version 1.0.0-next.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds a textfield element based on the React version.
TODO
This is ready for feedback now. It's a pretty direct port of the React version.
I haven't attempted to spread out additional attributes onto the input.
Will wait for the result of the RFC discussion here fabric-ds/issues#101 though this component contains a fairly large set of possible attributes already.