[Audit] Select
See original GitHub issuevariants:
- Select
- Inline
🖼 design spec (internal link): https://ibm.ent.box.com/file/329981608564
changes:
Select:
- dev: use type tokens (currently commented-out as TODO items in code)
- label:
$label-01
✅ - text in field:
$body-short-01
✅
- label:
- dev: verify that we’re using spacing tokens in field & label margin
- dev: disabled label text should be
$disabled-02
✅ . verify which token/hex is being used- helper text should be same color as label when disabled
- helper text type token:
$label-01
✅ - helper text color tokens: enabled =
$text-02
; disabled =$disabled-02
✅
- helper text type token:
- helper text should be same color as label when disabled
- dev: space between label & helper text is off—should be
2px
- dev: verify error icon is there (it’s not there on website)
- ~screenshot: is this overlap in the error state an issue with the component, or its display on the website?~ yes, this is expected (we currently expect devs to apply bottom margin styles to accommodate)
Inline:
- ~dev: width should always be the content width plus padding (fluid width) to match design spec. (it will get small with short content)~ de-scoped, see comment below
- dev: disabled label using wrong color/token
- helper text should be same color as label when disabled
React
- do an additional audit pass for react
FYI @aagonzales
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (20 by maintainers)
Top Results From Across the Web
How to audit all Select and DML by a user? - Ask TOM
How can we audit all select and DML statements by a user? I tried this: AUDIT ALL BY JCANTU; Then I ran a...
Read more >Oracle auditing: SQL select statements
Answer: Auditing SQL select statements is used in systems governed by GLB, SOX and HIPAA. But beware, you will need a storage mechanism...
Read more >how to record all oracle select statement executed on table ...
I have a table called T1 and I want audit SELECT statements fired against it. SQL> audit select on t1 by access; Audit...
Read more >Auditing
These options audit all DDL & DML issued by "fireid", along with some system events. DDL (CREATE, ALTER & DROP of objects); DML...
Read more >Oracle Auditing Examples - UpScale Analytics
Regardless of whether database auditing is enabled, Oracle Database always ... You can set privilege auditing to audit a selected user or every...
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 FreeTop 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
Top GitHub Comments
@aagonzales @lovemecomputer thanks for the clarification, I’ve marked the PR as ready for review
This one. The select field and the open menu widths should NOT be dependent on each other.