-
Without the bootstrap_form gem by default the rails forms show the filename or the number of files when selected, so the user knows they successfully selected a file to be uploaded in the form.
![Scr…
-
Hi everyone ! I've checked out the example code to implement ngImgCrop and it works fine.
However, if I put the exact same code inside an angular ui modal, it does not work anymore.
When I try to put…
-
# Aurelia-Toolbelt, What is next?
We are making a lot of changes that you can see below list.
### Project overhaul
- [ ] Mono repo by Lerna
We have it as [experimental branch](https://git…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
…
-
Laravel-admin version 1.8.17
- 控制器中设置初始化信息(主要是这个 最大总文件数 maxTotalFileCount)
```
$form->multipleImage('goods_images', __('Goods images'))->options([
'language' => 'zh', // 设置语言(不…
-
Missing inputOptions in \yii\bootstrap4\ActiveField::staticControl
```php
public function staticControl($options = [])
{
+ $options = array_merge($this->inputOptions, $options);…
-
After a recent composer update, I'm getting the following error at the console...
Uncaught SyntaxError: expected expression, got '
-
#### I'm opening this issue because:
- [X] npm is crashing.
- [X] npm is producing an incorrect install.
- [X] npm is doing something I don't understand.
- [x] npm is producing incorrect…
-
### 자녀정보 관리
- [x] 자녀정보관리 화면 마크업
- [x] 자녀정보 insert 기능 개발
- [x] 사진file 업로드 기능 개발
- [x] -추가- 사진file 선택시 저장하지 않아도 선택된 사진이 보여지도록 구현
- [x] -추가- 다자녀 등록이 가능하도록 구현(자녀정보 리스트 필요)
- [x] -추가- detail페이지에서 upd…
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest `master` branch of bootstrap-…