-
ghost updated
10 years ago
-
It would be great if we could generate forms with conditionally required and conditionally present fields.
**Property dependencies examples**
In the following JSON Schema the form contains sever…
-
-
When a mate involves a ReferenceGeometry>Point the following exception is thrown:
```
************** Testo dell'eccezione **************
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Imp…
-
We have tag helpers [abp-input](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Tag-Helpers/Form-elements) and [abp-dynamic-form](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Tag-Helpers/Dynamic-Fo…
-
Currently, the `onConnection` callback to `webSocketHandler` is untyped (it's just a `Function`).
```
Handler webSocketHandler(Function onConnection,
{Iterable? protocols,
Iterable? allo…
-
## Problem Description
The submission form implementation in DS7 (and DS8) depends on the **ng-dynamic-forms** library. The current version of this library is 18 (released in mid of 2023). DS8 depe…
-
### Description
Create the **Admin Dashboard Page** for managing games, including adding, editing, and deleting game entries using HTMX and Bootstrap components.
### Motivation
An admin dashb…
-
From discourse: https://discourse.openondemand.org/t/struggling-to-enable-dynamic-forms/2946
It seems every dynamic account should also populate `data-option-for-auto-queue-`.
-
# admin.py
```
from django import forms
from django.contrib import admin
from .models import Product, Category
class ProductAdminForm(forms.ModelForm):
category = forms.ChoiceField(choic…