Hristo Stoyanov
Hristo Stoyanov
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
.. thanks ... Was not aware of grid-template: inherited:
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
:plus1:
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
Thank you @b1mind . I watched again the Kevin's video you posted. I think I will take my chances with grid first for my forms... And yes, if I do not nest inputs in labels, I probably don't need subgid
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
With grids I see other potential issues: say you have a <label> inside a grid form. In order to make precise layout, I need to make the label sub grid. So it depends on the parent form bring a grid. I do not have such a thing with flex - a child nested flex does not need to know of its parent, it is more autonomous.
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
@Jochem I have no problem using flex for header bar ... But forms are 2 dimensional. Not sure why most CSS frameworks insist on nesting flex boxes
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
Thanks @b1mind . I did watch Kevin's video that one should learn grid before flex. I think he is leaning towards grids first.
64 replies
KPCKevin Powell - Community
Created by Hristo Stoyanov on 8/3/2024 in #front-end
flex vs grid for HTML forms and inputs?
Thanks @Jochem , I think I know both flex and grid reasonably well and can make them work, but was trying to get past the "it depends, try both". I need to build 10+ forms for a specific question/answer workflow and do not want to look at them at the end and say "jeez I should have used grid instead of flex, what a waste!". Looking for someone already "been there, done that" whith all the scars and wisdom
64 replies