question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

variants:

  • 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
  • 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
  • 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) image

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:closed
  • Created 5 years ago
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

2reactions
emyarodcommented, Mar 12, 2019

@aagonzales @lovemecomputer thanks for the clarification, I’ve marked the PR as ready for review

2reactions
aagonzalescommented, Mar 8, 2019

will it be sized based on the currently selected option?

This one. The select field and the open menu widths should NOT be dependent on each other.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found