Skip to content

Commit

Permalink
🐛 (textinput) Don't submit on enter when long input
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 10, 2022
1 parent b64f787 commit 4bf47ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const TextForm = ({
}

const submitWhenEnter = (e: React.KeyboardEvent) => {
if (block.type === InputBlockType.TEXT && block.options.isLong) return
if (e.key === 'Enter') submit()
}

Expand Down

5 comments on commit 4bf47ec

@vercel
Copy link

@vercel vercel bot commented on 4bf47ec Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4bf47ec Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs.typebot.io
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4bf47ec Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

8jours.top
yobot.me
ns8.vn
bot.aipr.kr
minipost.uk
bt.id8rs.com
247987.com
sat.cr8.ai
finplex.be
bot.aws.bj
vhpage.cr8.ai
am.nigerias.io
ar.nigerias.io
an.nigerias.io
ticketfute.com
bot.lalmon.com
apr.nigerias.io
bot.ageenda.com
aso.nigerias.io
apo.nigerias.io
bot.artiweb.app
bot.tc-mail.com
chat.sureb4.com
eventhub.com.au
sakuranembro.it
typebot.aloe.do
botc.ceox.com.br
games.klujo.com
bot.upfunnel.art
bot.piccinato.co
clo.closeer.work
feedback.ofx.one
faqs.nigerias.io
form.syncwin.com
kw.wpwakanda.com
typebot.aloe.bot
myrentalhost.com
stan.vselise.com
app.chatforms.net
voicehelp.cr8.ai
bot.agfunnel.tech
bot.maitempah.com
bot.phuonghub.com
bot.reviewzer.com
cares.urlabout.me
fmm.wpwakanda.com
k1.kandabrand.com
ov1.wpwakanda.com
gentleman-shop.fr
lb.ticketfute.com
ov3.wpwakanda.com
ov2.wpwakanda.com
1988.bouclidom.com
andreimayer.com.br
bot.megafox.com.br
bot.neferlopez.com
cadu.uninta.edu.br
goalsettingbot.com
dicanatural.online
survey.digienge.io
zap.techadviser.in
bot.digitalbled.com
bot.eventhub.com.au
carsalesenquiry.com
forms.webisharp.com
order.maitempah.com
this-is-a-test.com
quest.wpwakanda.com
nutrisamirbayde.com
typebot.stillio.com
bot.cotemeuplano.com
bium.gratirabbit.com
bot.ansuraniphone.my
chat.hayurihijab.com
chatbee.agfunnel.com
click.sevenoways.com
get.freebotoffer.xyz
abutton.wpwakanda.com
connect.growthguy.in
aidigitalmarketing.kr
bot.meuesocial.com.br
bbutton.wpwakanda.com
bot.ramonmatos.com.br
bot.incusservices.com
cdd.searchcube.com.sg
sbutton.wpwakanda.com
aplicacao.bmind.com.br
chat.missarkansas.org
apply.ansuraniphone.my
bbutton.wpwwakanda.com
bot.louismarcondes.com
form.searchcube.com.sg
felipewelington.com.br
c23111azqw.nigerias.io
kodawariab736.skeep.it
gcase.barrettamario.it
info.clickasuransi.com
resume.gratirabbit.com
report.gratirabbit.com
view.onlinebotdemo.xyz

@vercel
Copy link

@vercel vercel bot commented on 4bf47ec Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4bf47ec Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.