Skip to content
#

customizable

Here are 486 public repositories matching this topic...

amrsalama
amrsalama commented Apr 24, 2020

Describe the bug
Find-one endpoint /resource/:id responses with 500 status code instead of 404, this happens with MongoDB setup.

Steps to reproduce the behavior

  1. Setup Strapi with MongoDB configuration.
  2. Create a collection (resource).
  3. Give findOne access to the public.
  4. Send a request to /resource-name/any-invalid-id.

Expected behavior
404 response.

**Sys

Khareesh0892
Khareesh0892 commented Nov 22, 2018

Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.

So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip" and from code it can be set as view.setTooltipText("ToolTip");. I don't understand how to `setTooltipTe

workinprogresz
workinprogresz commented Apr 21, 2020

I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like
thumbYProps={{ renderer: props => { const { elementRef, ...restProps } = props; return <span {...restProps} ref={elementRef} className="tHuMbY" />; } }}
But in the code [examples](https://github.

Improve this page

Add a description, image, and links to the customizable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the customizable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.