Bogdan Savluk
Bogdan Savluk
it is not about browser, also I do not think - it is about widget itself… it looks to be because of styles in your project… so fix also should...
so… it was looking correctly with bootstrap 3 when I was testing it… (at least, few years ago, btw)
if it is question about optimization - it should be possible to create that relation… basically database structure is: `object with galery --< gallery --< images` and image url generation...
yes, sure I do not argue there are cases for that, it just was not my case ;) btw, for case with store - often for main photo, requirements are...
Was not in the roadmap - codebases, I converted so far, did not had it. Added support for it in https://github.com/zxbodya/flowts/commit/57217afad6c2159ac2a0837693ffcd447c869221, and just published a new version of flowts. ---...
This can be solved by adding additional patterns for usemin to process image references inside templates embedded in javascript files… In my case usemin configuration is following: ``` JS usemin:...
@ericclemmons, yes - it the same expression... But it would be applied to resulting js file with html templates embedded into it. @santervo idea also look good, but i didn't...
Hi, I have already done something similar - also started with mixin, than refactored it to higher-order component.. But, shortly after, I realised that it is not suitable server side...
@magaton the reason you get `compileSchemaValidators is not a function` is that it is not exported in `@rjsf/validator-ajv8`. Instead it should be imported directly from `@rjsf/validator-ajv8/dist/compileSchemaValidators`. --- However, there is...
> Thanks @zxbodya! As you can see, I am not a React developer, just trying to make my rjsf schema rendered correctly with as little as possible React dev. To...