Read only variant
See original GitHub issueThere’s currently no variant for <input>
elements with the readonly
attribute. I added this myself today following the variant plugin documentation, but wanted to check whether this would be a good inclusion to the framework as a variant users can turn on.
Thoughts? If it’s a good fit, I can probably do a PR relatively quickly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
read-only - CSS: Cascading Style Sheets - MDN Web Docs
The :read-only pseudo-class is used to remove all the styling that makes the inputs look like clickable fields, making them look more like...
Read more >File seen as read only - Capture One
In trying to process some recent files I encountered the following error message:Cannot process the current selectionOnly editable,...
Read more >CSS :read-only Pseudo Class - W3docs
The :read-only selector selects elements which are "readonly". Those are the elements that are not editable by the user. Read only selector example....
Read more >Transaction variant to make a field read only - SAP Community
You can do this at the variant level(that is specifically for the variant) in the variant attributes. When u enter the values on...
Read more >Capture One - Understanding Variants and how they differ ...
Capture One - Understanding Variants and how they differ from Lightroom's Virtual Copies · Chapters. View all · Chapters · Description · Chapters....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@weaversam8 Are you still willing to submit a PR to add the
readonly
variant? I would personally love to see this!@jhubbardsf we have a read-only variant: https://tailwindcss.com/docs/hover-focus-and-other-states#read-only