Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout [] issue. #54

Closed
iraycd opened this issue Jul 28, 2016 · 7 comments
Closed

Layout [] issue. #54

iraycd opened this issue Jul 28, 2016 · 7 comments

Comments

@iraycd
Copy link

iraycd commented Jul 28, 2016

@s4cha This is going worse day by day.
It's related to a #50

         layout(
            10,
            |-countryPhoneCodePicker-| ~ 300,
            10,
            |-phone-| ~ 80
        )

View:
screen shot 2016-07-28 at 1 30 50 pm

This is prefect. But when I make it an Array.

        layout([
            10,
            |-countryPhoneCodePicker-| ~ 300,
            10,
            |-phone-| ~ 80
        ])

View:
screen shot 2016-07-28 at 1 32 06 pm

@s4cha
Copy link
Member

s4cha commented Jul 28, 2016

Hi @iraycd ,

Why do you need the array syntax ?

@iraycd
Copy link
Author

iraycd commented Jul 28, 2016

I have been using it since a long time.

@sai-prasanna
Copy link
Contributor

@s4cha I need array syntax to build dynamic vertical forms , which have certain fields based on certain conditions, and it is convenient to append to the array until full layout is completed.

@sai-prasanna
Copy link
Contributor

@s4cha Any pointers towards fixing this, I will try ..

@s4cha
Copy link
Member

s4cha commented Sep 17, 2016

Hi @sai-prasanna have you tried the approach suggested in issue #53 ?

@PaulWeb
Copy link

PaulWeb commented Jan 26, 2017

Please, fix it, about problem #SR-128

  1. add overloadded layout func with array
  2. or stackV to open

@s4cha
Copy link
Member

s4cha commented Jan 9, 2018

@sai-prasanna , @iraycd
The operator is back in the latest version (4.2.0)
https://github.com/freshOS/Stevia/releases/tag/4.2.0

layout([]) has been made public as @PaulWeb suggested :)

Have a delightful year 2018 guys 🎉 🍾 !

@s4cha s4cha closed this as completed Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants