frontend-framework
Here are 262 public repositories matching this topic...
Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClick
fires
Actual Result
onClick
doesn't fire- also note the weird font
Version
0.74.1
Testcase
-
Updated
May 31, 2022 - TypeScript
-
Updated
Mar 19, 2022
Most of the macros exported by seed are undocumented, see: https://docs.rs/seed/0.7.0/seed/#macros
It would be good if at least the most commonly used are documented with an example.
-
Updated
May 6, 2022
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be great if refine can support both nest-crud and nestjs-query.
Many thanks!
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
May 14, 2022 - Python
-
Updated
Jan 29, 2021
-
Updated
May 17, 2022 - HTML
-
Updated
May 31, 2022 - Java
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Jul 4, 2018 - CSS
-
Updated
Apr 9, 2022 - CSS
-
Updated
Aug 8, 2018 - JavaScript
-
Updated
Nov 18, 2020 - Go
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
May 23, 2022 - Python
-
Updated
May 24, 2022 - TypeScript
-
Updated
Mar 9, 2015 - CSS
-
Updated
Mar 30, 2018 - Rust
-
Updated
May 31, 2022 - JavaScript
-
Updated
Feb 26, 2022 - Rust
-
Updated
May 3, 2020 - JavaScript
In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.
Current models: please respect the current type of each property
magazine: {
id: Number, // faker random number
name: String, // faker random words
articles:

-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Oct 13, 2018 - JavaScript
-
Updated
Jul 13, 2021 - CSS
Improve this page
Add a description, image, and links to the frontend-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the frontend-framework topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.
Describe the solution you'd like
For now I am using the same
emptyText
as is used in the same case where the reference is not set. This works for me, but maybe