-
Updated
Jun 23, 2021 - Vue
admin-dashboard
Here are 1,480 public repositories matching this topic...
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jun 15, 2021 - HTML
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
May 31, 2021 - HTML
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Apr 22, 2021 - CSS
-
Updated
Jun 23, 2021 - Vue
-
Updated
Jun 23, 2021 - Ruby
Description
[What happened]Specific to windows->In text widget ->for enable scroll-> even when its enabled or disabled when the text is too big the scroll is displayed
Steps to reproduce the behaviour:
Add steps to reproduce this behaviour, include console / network logs & screenshots
- Go to widgets
- Drag and drop the text widget
- In the text add the Paragraph
- Don't
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jun 15, 2021 - Vue
Original question:
I have my own rest crud api and I would like to use only frontend part of admin-bro.
Does admin-bro support such scenario?
Proposed solution: MVP
- document how to wrap existing API by BaseResource
End Solution
- extend admin-bro core that, instead of asking own API, asks external API
- this could be a method in Action interface:
externalAPI
(but w
-
Updated
Dec 12, 2020 - Vue
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Python
-
Updated
May 18, 2021 - JavaScript
-
Updated
Mar 12, 2021 - Vue
-
Updated
Mar 30, 2021 - PHP
-
Updated
Jun 8, 2021 - Vue
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jun 10, 2021 - Ruby
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
May 24, 2021 - CSS
-
Updated
Jun 28, 2017 - JavaScript
Improve this page
Add a description, image, and links to the admin-dashboard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin-dashboard topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
SelectArrayInput sometime shows a narrow drop-down which squeeze the label on initial render. Current implementation only adjust the size of the
Select
based on selection items width on opening up theSelect
component.Currently it pass own its own
labelWidth
prop to theSelect
component.**Describe the solution you'