You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to render a markup for the title prop
desc should be called description
url prop when present opens links in the same tab. Is there a way to control this? Ideally, there should be - sometimes it makes sense to open them in the same tab, other times as an external link in a new tab
In innerClass prop, the already specified CSS properties by the lib can only be overridden by a !important suffix. (An example of fail case: The TodoMVC class-injection, or any time the classes are written by an external lib will fail) without a normal cascade behavior. This will be handled by css-specificity.
Default font-size of resultStats text should be similar to the default font-size of sort dropdown text. 12px or its equivalent in rem works well imo.
In ResultCard, on hovering over a card - the shadow disappears. It is hard to tell that the card is clickable. In the following image, left card is in hover state.
Ideally, the shadow should subtly increase to highlight a current selection.
I'm submitting a ...
Current behavior:
nullresult throws typeError and crashes ResultCard / ResultList: Ignore renderingnullobjects returned from onData(..) #158titlepropdescshould be calleddescriptionurlprop when present opens links in the same tab. Is there a way to control this? Ideally, there should be - sometimes it makes sense to open them in the same tab, other times as an external link in a new tabInThis will be handled by css-specificity.innerClassprop, the already specified CSS properties by the lib can only be overridden by a !important suffix. (An example of fail case: The TodoMVC class-injection, or any time the classes are written by an external lib will fail) without a normal cascade behavior.Ideally, the shadow should subtly increase to highlight a current selection.