Hennadii M.

Results 11 comments of Hennadii M.

This issue had been solved by #325. Issue can be closed. The correct Bootstrap-way is ```html ``` And it can be done by following snipped ```jsx ```

I can't speak for the other maintainers, but here is my point of view... The idea with Action Cable is good for User Experience. I've always wanted this feature. But...

@sharshenov , latest release has one of features you've requested. [Skip CSV-columns](https://github.com/activeadmin-plugins/active_admin_import/wiki/skip-CSV-columns). Basically it allows you to specify what columns to take from CSV-file. Take a look, and share your...

Highcharts is not under MIT license. For commercial use it has high price. +1 for "Display Multi Series" feature

Similar situation here #50 and [some other commadns](https://github.com/yeti-switch/secondbase/commit/11801e3a915248e04408bfc99ab115b8d11bf317)

Actually we do not have proper solution for this. Only by overriding the CSS style. In case if sidebar on the right, add following lines to the `app/assets/stylesheets/active_admin.css.scss` ```css body...

I've never worked with webpacker in Rails 🙁. Probably, @Fivell knows something about this?

_Unfortunately it **can not be done**._ 🙄 😓 JavaScript takes name of the field and puts it into `{name}` (makes first letter Capital). This behaviour is deep inside the core...

In our project we use masking(similar to you example). But we modified JS-build-code jquery.card.js Maybe it could help some one ```javascript QJ.on(el, 'keyup change paste', function(e) { // ... //---...

@BallisticPain sorry, but not yet. This solution is very narrow - without ability to configure mask length. It's more like an example for others.