Lukas

Results 66 comments of Lukas

Hello, i think your looking at the wrong repo. https://github.com/aave/interface is the correct one which should contain the addresses from docs & contracts should all be verified. If not please...

is there any news on this? would be really useful...

@SBoudrias perhaps i'm blind, but with mask input you mean html5 pattern right? As i didn't find the spec for mask input 😅 HTML5 pattern act a lot like validation...

would it be possible to also support this inline (like on #3062) opposed to on foundry.toml?

didn't test, but I guess you should use `` instead? It#s a prop on Input instead of TextField. update: sry, just checked your sandbox :D you already came up with...

we've been running into this problem over and over again(with min/max/step) :D and eventually ended up writing a custom NumberField which deflattens these props. Would it make sense to expose...

Pretty sure it isn't :sweat_smile: We're using this within formik so i tried to extract the not super exciting gist of what we do ;) ``` const NumberField = ({step,...

@oliviertassinari thanks for the references, looking trough this, it seems like your approach makes a lot more sense! Looking forward to this change ;)

Had a quick look at this and the issue is that the modals are docked to a root which does not umount, but receives `display: none` on resize. Quick fix...

@thearabbit hay, did you get this resolved? I got a similar issue a while ago which was actually caused by the underlying mongodb driver - an update to meteor/mongo fixed...