-
*labelHidden* editor style is not applied on Android... label is still visible
```
```
other styles, such as *labelPostion* are applied correctly.
```
"@angular/…
-
Currently when we push branches to a user's external git repo, we prepend it with `dataform_`.
This isn't actually necessary and is annoying for users who depend on exact branch names for other rea…
-
## dhis2
Username: admin
## Browser
- Name: Mozilla
- Version: 5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
- Platform: Win32
## User …
-
**Environment**
Component nativescript has 7.0.6 version and is up to date.
**Describe the bug**
Everytime i run tns run ios --bundle i am presented with the following error when i open the appl…
-
```sh
» ibazel run //apps/front:devserver
iBazel [8:32PM]: Querying for files to watch...
Loading: 0 packages loaded
Loading: 1 packages loaded
Loading: 1 packages loaded
Loading: 0 packages l…
-
### Description
In MAUI Picker there is no support to customize picker popup background
### Public API Changes
PopupBackground in Picker
### Intended Use-Case
In .Net MAUI DataForm Control, whil…
-
I am using Moodle 3.3.1 (Build: 20170710) with Dataform 3.0.4 (2015111604). In a group peer review activity, I get notified when students upload their first draft, review, or final draft. When I grade…
-
Big Query does support addition of new column if it does not exist. For incremental tables there might be instances that a new column might be added. Hence it would be beneficial to have a parameter l…
-
$form->passed(function() use ($form)
{
// Here can I get the entity row or id that just create in database??
??????
$form->message("DataForm Submitted");
$fo…
-
```javascript
require([
'jquery',
'mage/mage',
], function($){
var dataForm = $('#cart-form');
dataForm.mage('validation', {});
});
…