rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

placeholder is not work #42

Closed staceycm closed 8 years ago

staceycm commented 8 years ago

when use the single select placeholder is not work

rkit commented 8 years ago

Please try add empty option

data={[
  {}, 
  { text: 'bug', id: 1 },
]}
staceycm commented 8 years ago
Thank you for your answer, it solved the problem of  placeholder, but there is a new problem that when I first select an option, it does not work(My English is not good please do not mind,thank you)

陈萌


电子邮件: 13613615880@139.com

手提电话: 13613615880

公司网站: www.aspirecn.com

2016年08月10日 星期三


------------------ 原始邮件 ------------------

发件人: Igor Romanov notifications@github.com

发送时间: 2016-08-10 18:01:12

收件人:rkit/react-select2-wrapper react-select2-wrapper@noreply.github.com

抄送:陈萌 13613615880@139.com,Author author@noreply.github.com

主题: Re: [rkit/react-select2-wrapper] placeholder is not work (#42)

Please try add empty option

data={ [ {}, { text: 'bug', id: 1 }, ] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

staceycm commented 8 years ago

it is my fault for the new problem, I'm very sorry , and thank you again!

陈萌


电子邮件: 13613615880@139.com

手提电话: 13613615880

公司网站: www.aspirecn.com

2016年08月10日 星期三


------------------ 原始邮件 ------------------

发件人: "陈萌" 13613615880@139.com

发送时间: 2016-08-10 20:17:31

收件人:rkit/react-select2-wrapper reply@reply.github.com,rkit/react-select2-wrapper react-select2-wrapper@noreply.github.com

抄送:Author author@noreply.github.com

主题: Re:Re: [rkit/react-select2-wrapper] placeholder is not work (#42)

Thank you for your answer, it solved the problem of  placeholder, but there is a new problem that when I first select an option, it does not work(My English is not good please do not mind,thank you)

陈萌


电子邮件: 13613615880@139.com

手提电话: 13613615880

公司网站: www.aspirecn.com

2016年08月10日 星期三


------------------ 原始邮件 ------------------

发件人: Igor Romanov notifications@github.com 发送时间: 2016-08-10 18:01:12 收件人:rkit/react-select2-wrapper react-select2-wrapper@noreply.github.com 抄送:陈萌 13613615880@139.com,Author author@noreply.github.com 主题: Re: [rkit/react-select2-wrapper] placeholder is not work (#42)

Please try add empty option

data={ [ {}, { text: 'bug', id: 1 }, ] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

staceycm commented 8 years ago

it is my fault for the new problem , I'm very sorry , and thank you again!

陈萌


电子邮件: 13613615880@139.com

手提电话: 13613615880

公司网站: www.aspirecn.com

2016年08月10日 星期三


------------------ 原始邮件 ------------------

发件人: Igor Romanov notifications@github.com

发送时间: 2016-08-10 18:01:12

收件人:rkit/react-select2-wrapper react-select2-wrapper@noreply.github.com

抄送:陈萌 13613615880@139.com,Author author@noreply.github.com

主题: Re: [rkit/react-select2-wrapper] placeholder is not work (#42)

Please try add empty option

data={ [ {}, { text: 'bug', id: 1 }, ] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

rkit commented 8 years ago

You're welcome )