-
Updated
Jul 8, 2021 - Vue
admin-dashboard
Here are 1,497 public repositories matching this topic...
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 1, 2021 - HTML
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
May 31, 2021 - HTML
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Apr 22, 2021 - CSS
-
Updated
Jul 5, 2021 - Vue
-
Updated
Jul 2, 2021 - Ruby
Steps to reproduce:
- Navigate to datsources
- Select Aarango DB
- Add necessary details
- Navigate to SSL expand
- Click on the dropdown
and observe
Observation:
It is observed that the grey spacing is added when a user tries to add data from the dropdown
Expectation:
It is expected that the grey spacing must not be displayed and page must be expanded
![Screenshot 2021-07
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
Jun 1, 2020 - JavaScript
-
Updated
Jun 15, 2021 - Vue
-
Updated
Dec 12, 2020 - Vue
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Python
-
Updated
May 18, 2021 - JavaScript
-
Updated
Mar 12, 2021 - Vue
-
Updated
Mar 30, 2021 - PHP
-
Updated
Jun 29, 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
Jul 5, 2021 - Ruby
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
May 24, 2021 - CSS
-
Updated
Jun 7, 2021 - 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'